﻿body 
{
	background-image: url("bluelines.png");
	background-color: white;
	font-size: 13;
	font-family: Arial;
}
a 
{

	color: black;
	text-decoration: none;
	border: 1 solid #c4d7ff;
	width: 100%;
	padding-left: 5;
}
a:hover 
{
	width: 100%;
	border: 1 solid #006699;
	background-color: white;
}
.Menu_Head 
{
	filter:alpha(opacity=60);
	background-color: #6699cc;
	color: white;
	font-weight: bold;
	cursor: pointer;
	width: 100%;
}
.Menu_Items 
{
	filter:alpha(opacity=100);
	background-color: #c4d7ff;
	padding: 10;
	width: 100%;
	display: block;
}

.Description 
{
	filter:alpha(opacity=90);
	background-color: #6699cc;
	display: none;
	width: 190;
	position: absolute;
	border: 1 solid #006699;
}
.DescTitle 
{
	background-color: #006699;
	color: white;
	font-weight: bold;
}
.articles A 
{
	BORDER-RIGHT: black 0px solid; PADDING-RIGHT: 1px; BORDER-TOP: black 0px solid; DISPLAY: block; PADDING-LEFT: 1px; PADDING-BOTTOM: 1px; BORDER-LEFT: black 0px solid; COLOR: white; PADDING-TOP: 1px; BORDER-BOTTOM: black 0px solid; TEXT-DECORATION: none
}
.articles A:hover 
{
	COLOR: white; BACKGROUND-COLOR: #faaf24; TEXT-DECORATION: none
}

