hr{
	background-color: #333366;
	height : 3px;
}

a.blink:link {
color: #990000;
font-size: 12px;
font-weight : bold;
}

/*	Visited links								*/
a.blink:visited {
/* color: #FFFFFF; */
color: #990000;
font-size: 12px;
font-weight : bold;
}

/*	Active links (not widely supported)					*/
a.blink:active {
color: Gray;
font-size: 12px;
font-weight : bold;
}

/*	Links when hovered over (MSIE only)					*/
a.blink:hover {
color:blue ;
font-size: 12px;
font-weight : bold;
}

a.menu:link {
color: Blue;
font-size: 13px;
font-family : Arial, Helvetica, sans-serif;
text-decoration : none;
font-weight :  bold;

}

/*	Visited links								*/
a.menu:visited {
color: Blue;
font-size: 13px;
font-family : Arial, Helvetica, sans-serif;
text-decoration : none;
font-weight :  bold;
}

/*	Active links (not widely supported)					*/
a.menu:active {
color: Gray;
font-size: 13px;
font-family : Arial, Helvetica, sans-serif;
text-decoration : underline;
font-weight :  bold;
}

/*	Links when hovered over (MSIE only)					*/
a.menu:hover {
color: #CC0000;
font-size: 13px;
font-family : Arial, Helvetica, sans-serif;
text-decoration : underline;
font-weight :  bold;
}

/*	Links unvisited links							*/
a:link {
color: Navy;
font-size: 15px;
text-decoration : none;
font-family : Arial, Helvetica, sans-serif;
text-decoration : underline;
font-weight :  bold;
}

/*	Links visited links							*/
a:visited {
color: Navy;
font-size: 15px;
font-family : Arial, Helvetica, sans-serif;
text-decoration : underline;
font-weight :  bold;
}

/*	Links active links (not widely supported)				*/
a:active {
color: Gray;
font-size: 15px;
font-family : Arial, Helvetica, sans-serif;
text-decoration : underline;
font-weight :  bold;
}

/*	Links when hovered over (MSIE only)					*/
a:hover {
color: #CC0000;
font-size: 15px;
font-family: Arial, Helvetica, sans-serif;
text-decoration: underline;
font-weight:  bold;
}

a.nav:link {
color: White;
font-size: 16px;
font-family: Arial, Helvetica, sans-serif;
text-decoration: none;
font-weight:  bold;
background-color :  #000080;
}

/*	Visited links								*/
a.nav:visited {
color: white;
font-size: 16px;
font-family : Arial, Helvetica, sans-serif;
text-decoration: none;
font-weight:  bold;
background-color:  #000080;
}

/*	Active links (not widely supported)					*/
a.nav:active {
color: Gray;
font-size: 16px;
font-family: Arial, Helvetica, sans-serif;
text-decoration: none;
font-weight:  bold;
background-color: #000080;
}

/*	Links when hovered over (MSIE only)					*/
a.nav:hover {
color: Silver;
font-size: 16px;
font-family : Arial, Helvetica, sans-serif;
text-decoration : none;
font-weight:  bold;
background-color : #000080;
}

a.mov:link {
color: Blue;
font-size: 12px;
font-weight : bold;
}

/*	Visited links								*/
a.mov:visited {
/* color: #FFFFFF; */
color: Blue;
font-size: 12px;
font-weight : bold;
}

/*	Active links (not widely supported)					*/
a.blink:active {
color: Gray;
font-size: 12px;
font-weight : bold;
}

/*	Links when hovered over (MSIE only)					*/
a.mov:hover {
color: Red;
font-size: 12px;
font-weight : bold;
}