/*
-----------------------------------------------------
|                YaBB Website 2010                  |
-----------------------------------------------------
|             designed by: Corey Chapman            |
-----------------------------------------------------
|   You may adapt elements of this CSS in your own  |
|   projects, but the unique combination of images, |
|     colors, sizes, typography, and positioning    | 
|       ("the design") is copyright 2010 YaBB       |
|            and may not be reproduced.             |
-----------------------------------------------------
*/

body{
	margin: 0;
	padding: 0;
	background: #ffffff;
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
}

a{
	color: #3366FF; 
	font-family: arial, verdana, helvetica, sans-serif;
	background: transparent;
	font-size: 14px;
	font-weight: bold;
}

a:hover{
	color: #000000;
	font-family: arial, verdana, helvetica, sans-serif;
	background: transparent;
}
.news div,
.news p {
	font-size: 13px;
	color: #000000;
}
.newslink a,
.newslink a:link, 
.newslink a:visited, 
.newslink a:active {
	font-family: arial, verdana, helvetica, sans-serif;
	font-weight: bold;
	color: #3366FF;
	text-align: center;
	font-size: 14px;
	text-decoration: none;
}
.newslink a:hover {
	text-decoration: underline;
	color: #000000;
}
.newsmorelink a, 
.newsmorelink a:link,
.newsmorelink a:active, 
.newsmorelink a:visited {
	color: #3366FF;
	font-weight: bold;
	text-decoration: none;
}
.newsmorelink a:hover {
	text-decoration: underline;
	color: #000000;
}
