/* **********************************************************
	File Name: gb_style.css
   File Description: Guestbook Submission 
   Date: August 25, 2003
	Author: Chris Szadkowski
	Company: Free Mind Designs
	Email: chris@freeminddesigns.com
	Web Site: http://www.freeminddesigns.com
	Version: Free 1.0
	Licence: LICENCE.txt
	Setup: README.txt
*************************************************************/
.Title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
}
.Text {
        font-family: Arial,Helvetica;
        color: gray;
	font-size: 12px;
}
.Text1 {
        font-family: Arial,Helvetica;
        color: blue;
	font-size: 12px;
}
.Text2 {
        font-family: Arial,Helvetica;
        color: black;
	font-size: 10px;
}
p {font-family:  Arial,Helvetica;font-size: 12pt; color: black;}

body {font-family: Arial,Helvetica;font-size: 12pt;color: blue ;background-color: ffcc00;}
ul {color:black;font-size: 12pt;}
h1 {color:black;font-size: 18pt;}

P.sansa {
 font-family: Arial, Helvetica, sans-serif
 }

P.big {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 18pt
 }

P.small {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 10pt
 }

div.top {
  position: absolute;
  top:0%;
  left:0%;
  width:100%;
  height:130px;
  padding: 0.3em; }

div.left {
  position: absolute;
  top:150px;
  left:0px;
  width:200px;
  height:100%;
  padding: 0.3em; }

div.right {
  position: absolute;
  top:150px; 
  left:200px;
  width:80%;
  height:100%;
  padding: 0.3em;
  }


        a.ha:hover { color: #FF0000; }
        a.year:hover { color: #000000; }
        a:link { color:#0000FF; text-decoration: none; }
        a:visited { color:#0000FF; text-decoration: none; }
        a:active { color:#0000FF; text-decoration: underline; }
        a:hover { color:#0000FF; text-decoration: underline; }

