﻿/* CSS Document */

body {
	background:url("images/bg_repeat.jpg") #ffffff repeat-x top center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:8pt;
	}

#footer {
	text-align:center;
	font-size:8pt;
}

#footer a:visited,a:link {
	color:blue;
	text-decoration:none;
	border-bottom:2px blue dotted;
}

#footer a:active,a:hover {
    color:blue;
	text-decoration:none;
	border-bottom:0px;
}


