/* Cast page styles */

html, body, h1, h2, h3, h4, h5, h6, p, ul, ol, form, fieldset{
	margin:0;
	padding:0;
}
img {
	border: 1px #b47749 solid;
}
a{text-decoration:underline; color:#3573e4;}
a:hover{text-decoration:none;}
body{
	width:600px;
	font-family:Tahoma, Arial, Verdana, sans-serif;
	line-height:1;
	color:#000;
	font-size: 11px;
}
div#updates_container {
	width: 600px;
}
h2 { font-size: 18px; font-weight: normal; }
h3 { font-size: 24px; font-weight: bold; }

