﻿body 
{
	font-size:medium;
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-weight:normal;
}
h1
{
	font-size:medium;
}
h2
{
	font-size:medium;
}
h4
{
	font-weight:normal;
	font-size:small;
}
ul
{
	font-weight:normal;
    font-size: small;
}
a
{
	COLOR:blue;
    TEXT-DECORATION: none;
	FONT-FAMILY: Verdana, Arial;
	border: none;
}

a:visited
{
    COLOR: blue;
    text-decoration:none;
}

a:active
{
    COLOR:blue;
}

a:hover
{
    COLOR:Purple;
    TEXT-DECORATION: None;
}

a.error
{
	COLOR:red;
    TEXT-DECORATION: none;
	FONT-FAMILY: Verdana, Arial;
}
#Home
{
	vertical-align:top;
	font-size:small;
}
.imgChemBal
{
	position:relative;
    top: 50px;
    left:20px;
}