@charset "utf-8";
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	margin-top: 10px;
	margin-right: 40px;
	margin-bottom: auto;
	margin-left: 40px;
	color: #000000;
	background-repeat: no-repeat;
	background-color: #ffffcb;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: italic;
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	color: #FF0000;
	font-variant: normal;
}
h3 {
   	 font-family: Verdana, Arial, Helvetica, sans-serif;
	 font-size: 20px;
	 font-style: italic;
	 font-weight: bold;
	 color: #00CCFF;
	 font-variant: normal;
   } 
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	color: #000000;
	font-weight: bold;
}
table {
	left: 60px;
	position: absolute;
	top: 60px;
	width: 600px;
}
td{
    font-style: italic;
   }

.stortext { 
           text-decoration: underline;
           background-color:#999999;
	      }
.litentext {
            font-weight: bold;
			background-color: #999999;
			}			
a:link { text-decoration: underline; color:#000000;}
a:active { text-decoration:none;  color:#00FF00;}
a:visited { text-decoration: underline; color:#000000;}
a:hover { text-decoration:none; color:#00FF00;} 

