body {
	background-color: #FFFFCC;
}
A:link    { color: #006600 }
A:active  { color: #009900; }
A:visited { color: #990099 }

A.button { 
	color: #FFFFCC;
 	background-color: #006600; 
	padding: .1em .3em; 
	text-decoration: none;
	font-weight: bold;
	border-width: 2px;
	border-color: #006600;
	border-style: outset;
}

A.button:active { 
	color: #FFFFCC;
 	background-color: #006000; 
	padding: .1em .3em; 
	text-decoration: none;
	font-weight: bold;
	border-width: 2px;
	border-color: #006000;
	border-style: inset;
}

A.button:visited {
	color: #FFFFCC;
 	background-color: #006600; 
	padding: .1em .3em; 
	text-decoration: none;
	font-weight: bold;
	border-width: 2px;
	border-color: #006600;
	border-style: outset;
}

A.button:hover { 
	color: #FFFFFF;
 	background-color: #007010; 
	padding: .1em .3em; 
	text-decoration: none;
	font-weight: bold;
	border-width: 2px;
	border-color: #007010;
	border-style: outset;
}

em {
	font-size: 150%;
	font-style: normal;
}

table {
	background-color: #FFFFCC;
}

span.h1 {
	font-size: 300%;
	font-weight: bold;
	font-family: Brush Script MT,Comic Sans MS,cursive;
}
span.h2 {
	font-size: 150%;
	font-weight: bold;
	font-family: Arial,Helvetica,sans-serif;
}

span.h3 {
	font-size: 130%;
	font-family: Arial,Helvetica,sans-serif;
}

span.copy {
	font-size: 70%;
}

p.plus2 {
	font-size: 150%;
	line-height: 150%;
}

p.plus1 {
	font-size: 125%;
}

p.minus1 {
	font-size: 90%;
	font-family: Arial,Helvetica,sans-serif;
	line-height: 180%;
}

p.minus2 {
	font-size: 80%;
	font-family: Arial,Helvetica,sans-serif;
}

p.margin10 {
	margin-left: 10%;
	margin-right: 10%;
}

td.minus2 {
	font-size: 70%;
	font-family: Arial,Helvetica,sans-serif;
}

h1 {
	font: bold xx-large; color: #000000;
	font-style: Brush Script MT,Comic Sans MS,cursive;
}
h2 {
	font: bold x-large; color: #000000;
	font-style: Brush Script MT,Comic Sans MS,cursive;
}
