body {
	background-color: #99CC99;
	color: Green;
	margin : 15px;
}
h1,h2,h3,p,a, ul, td {
	font-family: "Comic Sans MS", "Times New Roman", Times, serif;
	color : Green;
	
}
	
h1 {
	font-size: large;
	color:green;
	text-align: center;
	font-variant : small-caps;
}
		
h2 {
	font-size: medium;
	text-align: center;
}
		
h2.capitalize {text-transform: capitalize}

h3{
	font-size: larger;
}
h4{ font-size: smaller; }



a {
	COLOR: #FFFFCC;
	TEXT-DECORATION: none;
}

a:hover {COLOR: #FFFFFF; BACKGROUND-COLOR: Green;}

a:active {COLOR: #FFFFFF; BACKGROUND-COLOR: Green;}
a:visited {color:#CCCCFF}

sup {font-size: x-small; }

p {
	font-size: smaller;
	margin: 15px;
}
p.sansserif {font-family: "sans-serif"}
p.margin {margin-left: 0cm}

ul{
	font-size : smaller;
}
ul.square 
{
	list-style-type: square;
	font-size : smaller;
}
td {
	font-size: smaller;
}
td.doubleColumn{
	color : Green;
	font-size: smaller;
}
td.caption{
	font-size: smaller;
}

table.decorated {	border-width:medium;
		border-top-color:#FFFFCC; 
		border-bottom-color:Green; 
		border-bottom-style:solid;
		border-top-style: solid;
		margin-bottom: 15px;
		margin-top: 15px;
		}
	
td.heading {
	 color: #FFFFCC;
	border-width: thin;
	font-style: bold;
	background-color: Green;  
	border-bottom-style: solid;
	text-align: center;
	border-bottom-color: Green;
	font-size : smaller;
	}
	
td.content { font-family: "Comic Sans MS", "Times New Roman", Times, serif;
	color: Green;
	border-width:none;
	font-style: none;
	font-size: smaller;
	background-color: #FFFFCC; 
	border-style: none;
	padding: 5px;
	text-align: left;}
	
input {
	font-family: "Comic Sans MS", "Times New Roman", Times, serif;
	font-size: 12px;
	border-bottom: 1px solid green;
	border-left: green 1px solid;
	border-right: green 1px solid;
	border-top: green 1px solid;
	background-color: #FFFFCC;
	color: green;
} 
ol{

}
