/* main body text*/
body {
	background: #FFFFE8;
	color: #008000;
/*
background-image: url(..place your URL here...)
*/
}

/* normal (unvisited) link*/
a:link { color: #008000} 
/* link has been visited */
a:active { color: maroon } 
/* highlighted (while mouse down in link) */
a:visited { color: maroon } 


/* major headings */
h1 {
}
h2 {
}
h3 {
}

/* minor headings */
h4 {
}
h5 {
}
h6 {
}

/* adresses */
address {
	font-family:Verdana; 
	font-style:italic;
	font-size:10pt;
	text-align:center;
	font-weight:bold;
	color:black;
}

/* examples */
p { 
	color:#008000; 
	font-size:14pt;
}

br.big {
	font-size:30pt;
}
br.bigger {
	font-size:50pt;
}

em, strong {color:Teal}
big, i {color:olive}

