/**
 * Some Comment Here
 */

.outline {
  border: 10px solid #7788BC;
  background: #ffffff;
  padding: 2px;
}

td.hidden {
	color: white;
}

a#hidden {
	color: white;
}

a:link {
	text-transform: none;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	color: #99CC99;
}
a:hover {
	text-decoration: none;
	color: #0099FF;
}
a:visited:hover {
	text-decoration: none;
	color: #0099FF;
}
a:visited {
	font-style: normal;
	font-weight: normal;
	text-transform: none;
	text-decoration: none;
	color: #003399;
}

body {
	background-repeat: repeat;
	background-image: url(../mypics/blue_stripe_background.gif);
	margin: 15px;
	height: 100%;
	padding: 0px;
	font-family: Arial, Helvetica, Sans Serif;
	font-size: 14px;
	color: #7788BC;
}

li {
	list-style-type: circle;
	font-size: 14pt;
	font-weight: bold;
}

hr {
	background-color: #7788BC;
	height: 10px;
	width: 80%;
}
