﻿/* CSS layout */
#masthead {
}
#top_nav {
}
#page_content {
}
#footer {
}
body {
	background-color:#e6e6e6
}

p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #666666;
}
a {
	font-family: Verdana, Geneva, sans-serif;
	text-decoration:none
}
a:link {
	color: black; /*#666666;*/
		text-decoration:none

}
a:visited {
	color: #bbb;
		text-decoration:none

}
a:hover {
	color: #bbb;
		text-decoration:none

}
a:active {
	text-decoration: none;
	color: #bbb;
}
