/* CSS Document */

body {
	background-image:url(images/ext.jpg);
	background-repeat:repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold; 
}
a:visited {
    color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
	color: #FFFFFF;
	font-weight: bold;
}
a:active {
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;
}
#copyrights:link {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal; 
}
#copyrights:visited {
    color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
}
#copyrights:hover {
	text-decoration: underline;
	color: #FFFFFF;
	font-weight: normal;
}
#copyrights:active {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
}
.style1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #FFFFFF;
}
.style2 {
	color: #FFFFFF;
	font-size: larger;
	font-family: Arial, Helvetica, sans-serif;
}
.style3 {
	color: #FFFFFF;
	font-size: medium;
	text-decoration:underline;
	font-family: Arial, Helvetica, sans-serif;
}
.style6 {font-size: small
}