/* billbruce.info main styles
 
     Author: Bill Bruce
     Description: Main CSS for all webpages
*/

body { 	margin-left: 3%; margin-right: 3%;
	font-family: Verdana, Arial, sans-serif,; 
	color: #ffffff;
	background-color: 330000;			}

h1 {	font-family: Georgia, Times New Roman, serif; 	}

h2 {	font-family: Georgia, Times New Roman, serif; 	}

h3 { 	font-family: Georgia, Times New Roman, serif;	}
		
h4, h5, h6 { }

p { }

a:link { color:#9999ff; 
	 text-decoration: none;                 	}

a:visited  { color:#9999ff; 
	     text-decoration: none;                   	}

a:hover: { color:#ffffff;
	   text-decoration:underline; 			}
		
pre { 	font-family: monospace;               		}
