body		{background-color: #300;
			}

H1			{color: #fc9;
			 font-family: verdana, Arial, sans-serif;
			}

H2			{color: #fc9;
			font-size: 14pt;
			 font-family: verdana, Arial, sans-serif;
			}


a:link		{color: #fc9;
			 text-decoration : none}
a:hover		{color : #fc9;
			 background : #300 }
a:visited	{color: #fc9;
			 text-decoration : none}

#normal a	{ color: #03c}

#normal a:hover {color:white;
				 background : #300}
				 
P {          color: #fc9;
			 font-size: 10pt;
			 font-family: verdana, Arial, sans-serif;
			 }
			 
OL			{
			color: #fc9;
			font-size: 10pt;
			font-family: verdana, Arial, sans-serif;
			 }

LI			{
			color: #fc9;
			font-size: 10pt;
			font-family: verdana, Arial, sans-serif;
			 }

				 
#content	{position: relative;
			 overflow: auto;
			 left: 0px;
			 top: 20px;
			 width: 470px;
			 height: 200px;
			 color: #03C;
			 font-size: 10pt;
			 text-align: justify;
			 line-height: 150%;
			 font-family: verdana, Arial, sans-serif;
			 }
			 
#webtoillink{ font-size: 8pt;
		text-align: center;
		}
		

.leftmargin{  position: absolute;
		background-color: #633;
		top: 0px;
		left: 0px;
		width: 20%;
		height: 100%;	
          }

.leftmenu{  	position: relative;
		top: 200px;
		left: 30px;
		width: 150px;
		height: 500px;	
          }


.topbox{ 	 position: absolute;
		background-color: #300;
		border: 2px solid #300;
		top: 0px;
		left: 200px;
		width: 600px;
		height: 20%;	
          }

.stripe{	position: absolute;
		background-color: #633;
		top: 150px;
		left: 200px;
		width: 600px;
		height: 5%;
	}

.contentbox{ 	 position: absolute;
		background-color: #633;
		top: 150px;
		left: 0%;
		width: 100%;
		height: 100%;
		}

.content{ 	 position: relative;
		 top: 20px;
		left: 30px;
		width: 95%;
		height: 100px;	
		line-height: 150%;
		text-align: inherit;
		 }
          