﻿/* Main rules for my html document. */
body {
	font-family:Verdana, Geneva, Tahoma, sans-serif;
	font-size:12pt;
	color:#4e2008;
	background-color:#7A6A46;
}
p {
	width:100%;
	line-height:20px;
	margin:10px;
	
}
h1 {
	font-family:Verdana, Geneva, Tahoma, sans-serif;
	font-size:18pt;
	color:#efeacc;
}
h2 {
	font-family:Verdana, Geneva, Tahoma, sans-serif;
	font-size:14pt;
	color:#efeacc;
}
h3 {
	font-family:Verdana, Geneva, Tahoma, sans-serif;
	font-size:12pt;
	color:#efeacc;
}


/* Some special instructions on Links and other items. */

a:link {
	color:blue;
	text-decoration:underline;
	font-weight:normal;
}
a:visited {
	color:#efeacc;
	text-decoration:none;
	font-weight:normal;	
}