/* PCoB Style Sheet*/
body {
  margin-left: 25px;
  margin-right: 20px;
  background-image: url(graphics/background.jpg);
  background-attachment: fixed;
  background-repeat: repeat;
  font-family: "times new roman", "times roman", times, serif;
  font-size: 12px;
}
h1, h2, h3 {
	color: black;
	font-family: verdana, arial;
	text-align: center;
}
hr {
  color: navy;
  background-color: navy;
  height: 4px;
}
.veranda {
	font-size: 16px; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.veranda-i { font-size: 14px; 
	font-family: verdana, arial; 
	font-style: italic; 
}
.veranda-b { 
	font-size: 16px; 
	font-family: verdana, arial; 
	font-weight: bold; 
}
.error {
	font-family:  verdana, arial; 
	color: #f33; 
	font-size: x-large; 
	font-weight: bold; 
	background-color: transparent; 
}
td.menu1 {
  color: black;
  background-color: yellow;
}
td.menu2 {
  color: yellow;
  background-color: blue;
}
.menu {
	color: #000; 
	font-size: 14px; 
	font-family: verdana, arial; 
	font-weight: bold; 
	background-color: #ff0; 
}
a.menu:link {
  color: #ffff00;
  background-color: transparent;
  text-decoration: none;
  font-family: verdana, arial;
  font-size: 14px;
  font-weight: bold;
}
a.menu:visited {
  color: #ffff00;
  background-color: transparent;
  text-decoration: none;
  font-family: verdana, arial;
  font-size: 14px;
  font-weight: bold;
}
a.menu:hover {
  color: #c00;
  background-color: #ffff00;
  font-family: verdana, arial;
  text-decoration: none;
  font-size: 14px;
  font-weight: bold;
}
a.menu:active {
  color: #ff0000;
  background-color: transparent;
  text-decoration: none;
  font-family: verdana, arial;
  font-size: 14px;
  font-weight: bold;
}
