/* Style Sheet for Aquaponic's Website */
h1,h2,h3,h4,h5,table,p,ul, body
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

body
{
	background-color: transparent;
    margin-top: 0; 
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 0;
}

a:link {color:#00847B; 	font-weight : bold; } 
a:visited {color:#00847B; 	font-weight : bold;} 
a:active {color:#00847B; 	font-weight : bold;} 
a:hover {color:#00847B;	font-weight : bold;} 


.plainback {background-color: #ffffff}
.mainback{background-color: #ccccf3}
.alternateback{background-color: #31638C}	


h1 {
	color : Black;
	text-align : center;
	font-size : 16;
	font-weight : bold;
}
h1.alternate1 {
	color: Teal;
}

h1.alternate2 {
	color: #336699;
}
h2 {
	color : Black;
	text-align : left;
	font-size : 18;
	font-weight : normal;
}
h2.alternate1 {
	color: Teal;
}

h3 {
	text-align: center;
	color : Black;
	font-style : normal;
	font-size : 16;
	font-weight : bold;
}
h3.alternate1 {
	color: Teal;
}

h4 {
	text-align: left;
	color : Black;
	font :  95%;
}

h5 {
	text-align: left;
	color : Black;
	font :  75%;
}


p {
	background-color: #ffffff;
	color : black;
	line-height : normal
	font-size :  75%;
}
p.normal {font-weight: normal}
p.thick {font-weight: bold}
p.thicker {font-weight: 900}
.tiny{font-weight: normal;	font-size :  75%; }


ul
{
	list-style-type:decimal;
	list-style : outside;
	margin-left : 0px;
}

