@charset "UTF-8";
/* CSS Document */

<style type="text/css">

A:link
{ text-decoration: none;  color:#99cc99; }
A:visited
{ text-decoration: none;  color:#99cccc; }
A:active
{ text-decoration: underline; color:#99cccc; }
A:hover
{
	text-decoration: underline;
	color:#99cccc;

background-image:images/header.jpg;
	background-color: #128987;
}

h1 a {
display:block;
text-align:left;
background: images/header.jpg top center no-repeat;
height:147px;
width:660px;
border:1px solid #FFFFFF;
text-indent: -9000px;
}

p {font-family: arial  
color: ccffcc;} 

body 
{
	background: #128987;
background-image:images/header.jpg ; 
	background-repeat: no-repeat;
	background-position: top left;
	background-attachment: fixed;
	font-family: arial;
	color: #ccffcc;
	letter-spacing: value;
[any number value (3pt, 5pt)]
font-weight: normal;
	font-size: 12pt;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 0;
	padding-right: 0;
	background-color: #208082;
	border: 1cm;
}

td
{ font-family: arial; 
color:  #ccffcc;
padding-left: 1cm; 
padding-right: value; [2cm]
padding-top: value; [2cm]
padding-bottom: value; [2cm]
padding: value; [2cm this is for all four sides] 
padding: value value; [2cm, 4cm : two values for four sides, add numerical value] }

input, textarea
{ background: #008C89;
font-family: value; [your font name]
color: #000000; 
border-style: value; [dotted, dashed, solid, double, groove, ridge, inset, outset]
border-color: #000000;
border-width: valuepx; [numerical value, 5, 6, 8...] }


#footer {
    position: absolute;
    bottom: 0;
	}


</style>

