﻿/* CSS Document */

body{background-color:#5d0000;
	font-family:Verdana, Arial, Helvetica;
	font-size:x-small;
	color:#ffffff;
	}
	
a:link{
	color:#f79222;
}
a:hover{
	color:#ffffff;
	text-decoration:none;
}
a:visited{
	color:#f79222;
}

a:active{
	color:#f79222;
}

hr{
	width:97%;
	color:#f79222;
	height:2px;
}
