﻿/**************************************************************
   AUTHOR:  Pat Heard (fullahead.org)
   DATE:    2006.03.19
   PURPOSE: Styles the html elements
 **************************************************************/

body {
	height: 100%;
	text-align: left;
	font: 400 0.8em verdana, arial, sans-serif;
	line-height: 170%;
}


p {
  margin: 0;
  padding: 1px;
}
h3 {
	color:maroon;
}
h2 {
	margin-top:5px;
	color:maroon;
}

div.mp_backlinks {
  font-variant: small-caps;
  font-weight: bolder;
  font-size: small;
  color:maroon;
  text-align:right;
}

/* Uncomment this if you would like a visited link style 
a:visited {
  text-decoration: line-through;
} */


/**************************************************************
   Images
 **************************************************************/

img.floatRight {
  margin: 5px 0px 10px 15px;  
}

img.floatLeft {
	margin: 5px 15px 5px 0px;
}

a img {  
  border: 1px solid #000;
}
