body {
	margin:50px 0px; padding:0px; /* Need to set body margin and padding to get consistency between browsers. */
	text-align:center; /* Hack for IE5/Win */
	Background-color : #cccc99; /*Outer suround color*/
	font-family: Verdana, Arial, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	}
	
#content {
	width:1000px; /*Width of content box*/
	margin:0px auto; /* Right and left margin widths set to "auto" */
	text-align:left; /* Counteract to IE5/Win Hack */
	padding:25px; /*Padding between content and content box edge*/
	border:1px solid #333;
	background-color:#a2a379; /*Background color inside content box*/
	Font-family : Verdana, Arial , Sans Serif;
    Font-weight : normal;
    Font-size : 12px;
    Color : black;
	}
.maintext {
	border-color: #8080ff;
	border-style: dashed;
	border-width: 0pt;
	color: #000000;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: 300;
	text-decoration: none;
	text-indent: 0pt;
}
.special {
	border-color: #8080ff;
	border-style: dashed;
	border-width: 0pt;
	color: #000000;
	font-family: Verdana, Arial, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 300;
	text-decoration: none;
	text-indent: 0pt;
}
h1
{
    Font-family : Verdana, Arial , Sans Serif;
    Font-style : normal;
    Font-weight : bold;
    Font-size : 24px;
	Margin-top : 5px;
	Margin-bottom : 5px;
    Color : #cc0000;
}
h2
{
    Font-family : Verdana, Arial , Sans Serif;
    Font-style : normal;
    Font-weight : bold;
    Font-size : 15px;
  	Margin-top : 2px;
	Margin-bottom : 2px;
    Color : rgb(153, 153, 0);
}




p.first{ color: blue; }
p.second{ color: red; }
