@charset "UTF-8";
/* CSS Document */

#message {
	font-family: "Lucida Grande", Helvetica, Tahoma, sans-serif;
	color: #FFFFFF;
	height: auto;
	width: 800px;
	background-color: #3399CC;
	border: 2px solid #666666;
	padding: 15px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 4em;
}
#link {
	height: 30px;
	width: 140px;
	background-color: #660000;
	font-size: 24px;
	text-decoration: none;
	border: 1px solid #333333;
	padding-bottom: 0px;
	padding-left: 18px;
	margin-right: auto;
	margin-left: auto;
}
a:link {
	text-decoration: none;
	color: #FFF;
}
a:visited {
	text-decoration: none;
	color: #FFF;
}
a:hover {
	text-decoration: inherit;
	color: #FF9;
}
a:active {
	text-decoration: none;
	color: #FF0;
}.a {
}
body {
	background-image: url(img/csbg.jpg);
	background-repeat: repeat-x;
}
