﻿/* CSS Document */
 
body {
background: #ffffff;
margin: 0;
padding: 0;

	font-size: 12px;
	line-height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
}
a:link, a:active {
	color: #0075ab;
	text-decoration: underline;
}
a:visited {
	color: #0075ab;
	text-decoration: underline;
}
a:hover {
	color: #009de5;
	text-decoration:underline;
}

ul {
list-style-type: disc;
padding-left: 15px;
}
ol {
padding-left: 15px;
}




/*formatting*/



/***layout***/
#container { 
margin: auto;
width: 940px;
margin-top: 30px;
margin-bottom:40px;
}

