/* CSS Document */

body {
	background-image: url(../images/background.gif);
	background-repeat: repeat;
}

a:hover{

	text-decoration:none
}
a:link{

	text-decoration:none
}
a:visited{

	text-decoration:none
}

.etorica {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #c5c5c5;
}
.etorica a:hover{
	color: #c5c5c5;
	text-decoration:none
}
.etorica a:link{
	color: #c5c5c5;
	text-decoration:none
}
.etorica a:visited{
	color: #c5c5c5;
	text-decoration:none
}

.works {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FFFFFF;
	word-spacing: normal;
	line-height: 40px;
	font-weight: normal;
	text-align: left;
}
.works  a:link{
	color: #FFFFFF;
	text-decoration:underline
}
.works  a:visited{
	color: #FFFFFF;
	text-decoration:underline
}
.works  a:hover{
	color: #333333;
	text-decoration:none
}

.news {

	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #333333;
	word-spacing: normal;
	line-height: 30px;
	font-weight: normal;
	text-align: left;
}

.news  a:link{
	color: #333333;
	text-decoration:underline
}
.news  a:visited{
	color: #333333;
	text-decoration:underline
}
.news  a:hover{
	color: #ffffff;
	text-decoration:none
}
