p, i, ul, ol, li, td, tr, th, input, table { 
	color: black; 
	font-family: Verdana, Arial; 
	font-size: 11px;
}

body {
	background: white;
}

a {
  text-decoration: none;
  color: blue
}
   
a:visited {color: red}
a:active  {color: mediumblue}
a:hover   {color: blue}


h1 { 
	border-bottom: 3px dotted #FF6600;
	font-size:17pt; color:black;
}
h2 { 
	font-family: Comic Sans MS; 
	font-size: 12pt; 
	color:black;
}

TEXTAREA, INPUT { 
	font-family: Comic Sans MS;
	font-size: 11px;
}

ul {
	list-style-image: url("/images/pil4.gif");
	/* list-style: disc; */
}

ol {
	list-style: decimal; 
}
	
FORM.form01 {
	font-family: Comic Sans MS;
	font-size: 13px;
	color: #000080;
	background: #B0C4DE;
	border: 2px solid #4682B4;
	padding: 5px;
	width: 500px;
}

td.border {	
        border-right-color: white;
        border-bottom-color: white;
        border-top-color: white;
        border-left-color: white;
  
	border-top-width: 1px;
        border-right-width: 1px;
        border-bottom-width: 1px;
        border-left-width: 1px;
	
	border-top-style: solid;
        border-right-style: solid;
        border-bottom-style: solid;
        border-left-style: solid;	
}	

td.bordertop {
        border-top-color: black;
	border-top-width: 1px;
	border-top-style: solid;
}	

