
html, body { 
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 90%;
	background-color:#ffffff;
	padding:3px;
}

/* Header tags */
h1 {
	font-family: Verdana, Arial, Sans-Serif;
	font-size:130%;
	margin-top:25px;
	margin-bottom:15px;
	color:#333333;
}
h1.noMargin {
	font-family: Verdana, Arial, Sans-Serif;
	font-size:130%;
	margin-top:0px;
	margin-bottom:0px;
	color:#333333;
}
h2 {
	font-family: Verdana, Arial, Sans-Serif;
	font-size:110%;
	margin-top:25px;
	margin-bottom:15px;
	color:#333333;
}
h2.noMargin {
	font-family: Verdana, Arial, Sans-Serif;
	font-size:110%;
	margin-top:0px;
	margin-bottom:0px;
	color:#333333;
}
h3 {
	font-family: Verdana, Arial, Sans-Serif;
	font-size:100%;
	margin-top:25px;
	margin-bottom:15px;
	color:#333333;
}
h4 {
	font-family: Verdana, Arial, Sans-Serif;
	font-size:90%;
	margin-top:25px;
	margin-bottom:15px;
	color:#333333;
}

pre {
	font-size:110%;
}
td {
	font-family: Verdana, Arial, Sans-Serif;
	font-size:100%; 
}
textarea {
	font-size:90%;
	font-family: Verdana, Arial, Sans-Serif;
	width:90%;
	border:1px #cccccc solid;
}

b.header {
	font-family: Verdana, Arial, Sans-Serif;
	font-size:110%;
	font-weight:bold;
	color:#333333;
}

/* Links */
a:link { 
	color: #50502e; 
	text-decoration: underline; 
} 
a:visited { 
	color: #50502e;
	text-decoration: underline; 
} 
a:hover { 
	color: #666666; 
	text-decoration: underline; 
}
.menu1 {
	font-weight:bold;
	font-size:110%;
	font-family: Verdana, Arial, Sans-Serif;
}
a.menu1:link { 
	color: #50502e; 
	text-decoration: none; 
} 
a.menu1:visited { 
	color: #50502e;
	text-decoration: none; 
}
a.menu1:hover { 
	color: #50502e; 
	text-decoration: underline; 
}
a.pageLink:link { 
	text-decoration: none; 
} 
a.pageLink:visited { 
	text-decoration: none; 
} 
a.pageLink:hover { 
	text-decoration: underline; 
}
a.white1:link { 
	color: #ffffff; 
	text-decoration: none; 
} 
a.white1:visited { 
	color: #ffffff;
	text-decoration: none; 
} 
a.white1:hover { 
	color: #ebebeb; 
	text-decoration: underline; 
}

/* Different styles */
.highlight {
	background-color:#fedf44;
}
.small1 {
	font-family: Verdana, Arial, Sans-Serif;
	font-size:85%;
}
