﻿/* CSS Document */

body {
	background:url("images/bg_repeat_sup.jpg") #ffffff repeat-x top center;
	font-family:Verdana, Arial, "Times New Roman";
	font-size:10pt;
	}
	
#content {
	color:#ffffff;
	padding:10px 80px 0px 15px;
	}
	
#footer {
	text-align:center;
	font-size:8pt;
}

#content a:visited,#content a:link {
	color:#fff000;
	text-decoration:none;
	border-bottom:2px yellow dotted;
}

#content a:active,#content a:hover {
	color:#ffba00;
	text-decoration:none;
	border-bottom:0px;
}

#content img {
	margin:0px 10px 5px 10px;
	border:3px yellow double;
}

#footer a:visited,#footer a:link {
	color:blue;
	text-decoration:none;
	border-bottom:2px blue dotted;
}

#footer a:active,#footer a:hover {
    color:blue;
	text-decoration:none;
	border-bottom:0px;
}


