/*This is the main css*/

body  { 
font-size: 1.2em; 
font-family: "Arial Narrow"; 
background-color: #cc9; 
margin:0px 0px 0px 0px; 
}

{
a:link {color: #FF0000}
a:visited {color: #FF0000}
a:hover {color: black}
a:active {color: #FF0000}
}

.roundcont {
	width: 600px;
	background-color: #f90;
	color: black;
	margin: 5px 5px 5px 5px;
}

.roundcont p {
	margin: 5px 5px 5px 10px;
}

.roundtop { 
	background: url(images/tr.gif) no-repeat top right; 
}

.roundbottom {
	background: url(images/br.gif) no-repeat top right; 
}

img.corner { width: 15px; height: 15px; border: none; display: block !important; }
h1 { color: black; font-size: medium; font-weight: bold; text-decoration: underline; text-indent: 12pt; }
