/*----- Global Settings -----*/
* {
	background-color: #FFF !important;
	font-family: "Times New Roman", Times, serif;
}
/*----- HTML Formats -----*/
body {
	margin: 0 !important;
	padding: 0 !important;
	font-weight: normal;
	font-style: normal;
	font-size: 12pt;
	color: #000;	
}
/*a:not([href^= '#']):after {
	content: "\ ("attr(href)")";
	color: #CCC;
	font-style: italic;
}
#content {
	display: block;
}
#content:after {
	content: "\© Copyright 2007 SVT";
	color: #CCC;
}*/
#header, #navbar, #sidebar, #symbols, #footer, footershadow {
	display: none;
}

