body { background-color: #D89F3C; }

p, h1, h2, h3, h4, ol, li, div, blockqoute, body, table, td { font-family: verdana, arial, sans-serif;
								margin: 5px;}

p, body, ol, li, div, blockqoute { font-size: 80%; }

h1, h2, h3, h4 { color: #006600;
		 }

h1 { font-size: 160%; }

h2 { font-size: 140%; }

h3 { font-size: 120%; }

h4 { font-size: 100%; }

a { color: blue; }

a:hover { color: orange; }

.externalborder { border-style: none;
		}
			
.internalborder { border-style: solid;
		border-width: 2px;
		border-color: #006600;
		background-color: white;
		}

.button { 	font-size: 80%;
	width: 100px;
	margin-top: 5px;
	margin-bottom: 5px;
	border-color: #DEE484;
	color: #FFFFFF;
	background-color: #A9AE51;
	}
					