html { height: 100%; margin-bottom: 1px; }

@font-face{
	font-family: Goudy;
	src: url(http://www.lifeintheripples.com/images/goudosb_0.ttf);
}

body {
	font-family: Goudy, Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
    background-image:url('img_gen/background.png');
    background-size:50%;
    background-repeat:repeat;

}

.header {
	font-size: 24px;
	font-weight: bolder;
	color: #045f98;
	
}

.subheader {
	  color:#327f02;
	  font-size:16px;
	  font-weight:bold;
  }

.footer{
	font-size: 12px;
	text-decoration: none;
	color: #000;
}

.maintext{
	text-align: justify;
}

.border{
	border:solid; 
	border-color:#045f98; 
	border-width:2px;
}

td {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 12px;
}

th {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 12px;
}
a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #a11709;
}
a:visited {
	font-size: 12px;
	color: #a11709;
}
a:hover {
	font-size: 12px;
	color: #F00;
}
