﻿* {
	margin: 0px;
	padding: 0px;
}

body 
{
	background-image: none;
	background-color: #465495;
}

#announcement {
	width: 308px;
	border: 0px;
	background-color: #444;
	color: #ccc;
	margin: 5px auto;
	padding: 3px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", tahoma, "Bitstream Vera Sans",Arial,sans-serif;
	line-height: 1.5;
	font-size: 14px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

p {
	margin: 10px 0px;
}

a {
	color: #6FF;
	text-decoration: none;
	border-bottom: 1px dotted silver;
}

a:hover {
	color: white;
	border-bottom: 1px dotted #6FF;
}

dt 
{
	width: auto;
	float: none;
	font-size: 14px;
}

dd 
{
	margin-left: 0px;
	font-size: 14px;
}
