﻿* {
	margin: 0px;
	padding: 0px;
}

body {
	background-image: url(/images/bodyBackgroundAlternate.png);
}

#announcement {
	width: 600px;
	border: 1px solid silver;
	background-color: #444;
	color: #ccc;
	margin: 100px auto 100px auto;
	padding: 20px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", tahoma, "Bitstream Vera Sans",Arial,sans-serif;
	line-height: 1.5;
	font-size: 14px;
}

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: 110px;
	float: left;
}

dd 
{
	margin-left: 110px;
}
