#container
{
	border: 1px solid blue;
}
ul, p
{
	color: silver;
}
*.announcement
{
	font-size: 130%;
	color: rgb(30,30,255);
}

*.section
{
	font-size: 80%;
	border: 1px solid blue;
	padding: 10px;
	float: left;
	max-height: 640px;
	max-width: 320px;
	text-align: center;
	
	
}

img
{
	width: auto;
}
h1
{
	background: blue;
}
#sidebar
{
	background: blue;
}
{
	#main a:link, #main a:visited 
color:Lime;
}