/*This will be the CSS for the whole site*/

body {background-color: #FFFFFF; font-family: arial, sans-serif; color: #000000; font-size: 12pt; background-image: url("background.JPG"); background-repeat: repeat-y}
.heading {position: absolute; left: 0; top: 0; z-index: -1; }
.title {position: absolute; left: 300; top: 0; z-index: 0; }
.bdy {position: absolute; left:160; top: 400;}
.photo {position:relative; left: 60%; top: 10; border-style: dashed;}
.gap {position: absolute; left: 150; width: 45%; top: 130;}

a:link {color: #333333; text-decoration: none;}
a:visited {color: #333333; text-decoration: none;}
a:hover {color: #666666; text-decoration: none;}
a:active {color: #000000; text-decoration: none;}


