body { margin: 0px; }
body, td, p {
	font-weight: normal;
	font-family: georgia, times, serif;
	font-size: 12px;
}

h1 {
	font-weight: bold;
	font-size: 16px;
	font-family: georgia, times, serif;
	color: #cc0000;
}

p { line-height: 16px; }
b { font-weight: bold; }

a:link, a:visited, a:active {
	font-weight: normal;
	font-family: georgia, times, serif;
	font-size: 12px;
}

a:hover {
	font-weight: normal;
	font-family: georgia, times, serif;
	font-size: 12px;
	color: #ff0000;
	background-color: #cccccc;
}

.brick {
	background-image: url(images/bg_home.jpg);
	background-repeat: no-repeat;
}
.brick2 {
	background-image: url(images/bg_home2.jpg);
	background-repeat: no-repeat;
}
p.buzz {
	margin-top:10px;
	color: #dddddd;
	font-weight: bold;
	font-family: georgia, times, serif;
	font-size: 14px;
}

a.buzzlink:link, a.buzzlink:visited, a.buzzlink:active {
	font-weight: bold;
	color: #ff0000;
}

a.buzzlink:hover {
	font-weight: bold;
	color: #ffffff;
	background-color: #cc0000;
}

p.foot {
	color: #eeeeee;
	line-height: 20px;
}

a.footlink:link, a.footlink:visited, a.footlink:active {
	color: #eeeeee;
}

a.footlink:hover {
	color: #ffffff;
	background-color: #cc0000;
}

a.thumblink:link, a.thumblink:visited, a:link img.thumb, a:visited img.thumb {
	color: #990000;
	border-color: #990000;
}

a.thumblink:hover, a:hover img.thumb {
	color: #0000FF;
	border-color: #0000FF;
	background-color: transparent;
}

.thumb { color: #990000; }

a.imglink:link, a.imglink:visited, a.imglink:active, a.imglink:hover { background-color: transparent; }

