P  {}

H1  {}

H2  {}

H3  {}

A  {
	color : blue;
	text-decoration : none;
}

A:Visited  {
	color : Green;
	text-decoration : none;
}

A:Active  {
	color : Red;
	text-decoration : none;
}

A:Hover  {
	text-decoration : none;
	font-weight: bold;
}
#nav {
        float: left;
        width: 100%;
        margin: 0;
        padding: 0;
}

#nav li {
       
        padding: 0px 0px 0px 1px;
        margin-bottom: 1px;
        margin-left: 0;
        list-style: none;
}
#nav a {
        color: black;
        text-decoration: none;
        font-weight: normal;
        font-family: tahoma, helvetica, arial, sans-serif;
        font-size: 12px;
}
#nav A:Hover  {
	text-decoration : none;
	font-weight: bold;
}

BODY  {}


