﻿/* CSS Document */
body {
	background-color: #F6F6F6;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-size:16px;
}
ul,li { margin:0px; padding:0px;}
.u_list li { list-style:none; height:35px; line-height:35px; border-bottom:1px #E3E3E3 dashed; margin:8px;}
a:link {
	color: #666666;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #666666;
}
a:hover {
	text-decoration: none;
	color: #FF0000;
}
a:active {
	text-decoration: none;
	color: #FF0000;
}

#foot {background-color:#0C9;}