/* Style sheet for the home page */
body  {
	color: black;
	font-family: verdana, arial, sans-serif;
	background: white url(images/bkg_abertlk.jpg) fixed;
	margin: 3% 20% 5% 3% }

h1, h2, h3  { 
font-weight: bold; 
font-family: "Times New Roman", times, serif; 
}
h2, h3 { 
text-align: left; 
border-bottom: 1px solid #556b2f; 
width: 90%; 
}
h1 { 
font-size: 2em; 
text-align: center; 
margin-top: 0.25em; 
margin-bottom: 0.25em; 
}
h2 { 
clear:both;
font-variant: small-caps; 
font-size: 1.5em; 
}
h3 { 
font-size: 1em; 
}
hr { 
color: #556b2f; 
background-color: white; 
text-align: left; 
width: 90%; 
height: 1px; 
}
a { 
color: #800000; 
font-weight: bold; 
text-decoration: none; 
}
a:hover  {
	color: #800000;
	font-weight: bold;
	text-decoration: underline }
.whitbkg {
background-color: white; 
padding-top: 1%; 
padding-left: 1%; 
border: dashed 1px #8fbc8f; 
}
.leftalign { 
float: left; 
width: 108px; 
}
.rightalign { 
float: right; 
padding: 1px; 
border: dashed 1px #8fbc8f; 
position: relative; 
left: 3% 
}
.ppadding { 
padding-right: 3%; 
padding-left: 3%; 
}
.links { 
font-size: 0.8em; 
text-align: center 
}
