a{text-decoration:none}
:link { color: #0000FF; } 
:visited { color: #0000FF; } 
:hover { color: #FF0000; text-decoration:none; } 
:active { color: #0000FF; }

p { 
width: 99%;
color: #000000;
font-family: Arial;
font-size: 16px;
text-align: justify; 
} 
.p1 { 
width: 99%;
color: #000000;
font-family: Arial;
font-size: 16px;
font-style: italic;
text-align: justify; 
} 
.p2 { 
width: 99%;
color: #000080;
font-family: Arial,san-serif;
font-size: 14px;
font-weight:bold;
font-style:italic;
text-align: justify; 
} 

.code {
width: 99%;
text-align: center; 
background-color: #c0ffc0;
}
.code1 {
color: #CCFFFF
width: 99%;
font-style: italic;
text-align: justify; 
margin: 0 2em 0 2em;
background-color: #3B668C;
}
h1 { 
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 16pt; 
font-weight: bold; 
font-style: italic; 
width: 99%;
text-align: center;
line-height: 22px;
margin: 0 8em 0 8em;
} 
h2 { 
color: #0000AA;
font-family: Arial, Helvetica, Verdana, sans-serif;
font-size: 14pt; 
font-weight: bold; 
font-style: italic; 
text-align: center;
line-height: 2px;
} 
h3 { 
color: #CCFFFF;
font-size: 14px; 
font-weight: bold; 
font-style: italic; 
text-align: center;
line-height: 20px;
margin: 0 0 0 0;
background-color: #003466;
} 

#hintbox{  position:absolute; top: 0; background-color: lightyellow; width: 200px; padding: 3px; border:1px solid black; font:normal 11px Arial,Verdana; text-align:justify; line-height:11px; z-index:100; border-right: 3px solid black; border-bottom: 3px solid black; visibility: hidden; }
.hintanchor{ font-weight: bold; text-decoration: underline; color: #0000FF; margin: 3px 8px; }

.button { 	background-image: url("images/button.gif");
		background-color:#CCCCFF;
		FONT-FAMILY: arial, verdana, helvetica, sans;
		color: #0000FF;
		font-size: 8pt;
		height: 20px;
		cursor:hand;
		font-weight: bold;
		text-align: center;
		BORDER: none } 


.buttonon { background-image: url("images/buttonon.gif");
		background-color:#CCCCFF;
		FONT-FAMILY: arial, verdana, helvetica, sans;
		color: #FF0000;
		font-size: 8pt;
		height: 20px;
		cursor:hand;
		font-weight: bold;
		text-align: center;
		BORDER: none } 

