BODY {
	  color: white;
	  background-color: white;
	  scrollbar-base-color: #494B67;
	  scrollbar-arrow-color: white;
	  font-family: times,arial,helvetica,verdana,sans-serif;
	  font-size: 12px;
}

H1, H2, H3, H4, H5 {
    color: #494B67;
}

A  {
	color: white;
	font-style: normal;
	text-decoration: none;
	font-weight: normal;
}

A.dark  {
	color: red;
	font-style: normal;
	text-decoration: none;
	font-weight: bold;
}

A:Hover {
		color: #092869;
		text-decoration: none;
		font-weight: normal;
}

A:Hover.light {
	      color: #E2D6BC;
}

A.darklink {
	      color: black;
              font-weight: bold;
}

A:Hover.darklink{
              color: red;
              text-decoration: italics;
              font-weight: bold;
}

.dark {
      background-color: #494B67;
}

.darktext {
      color: #494B67;
      font-size: 12px;
}

select{
      color: #494B67;
      font-size: 12px;
      background-color: #dddddd;
      scrollbar-base-color: #494B67;
      scrollbar-arrow-color: white;
}

div.box {
	border: solid; 
	border-width: .01em;
	background-color: white;
	border-color: black;
	padding: 0.5em;
}

div.pagebox {
	border: solid;
	border-width: 1;
	width: 500;
	background-color:  white;
	border-color: black;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 15px;
	padding-bottom:15px;
}

table.halfbox{
	border: solid;
	border-width: 1;
        border-left: none;
        border-right: none;
        border-top: solid;
        border-bottom: solid;
        border-bottom-width: .01em;
        border-top-width: .01em;
	background-color: #636a86;
        border-color: #cfd5d8;
	border-color: white;
}

div.scrollingpagebox {
	border: solid;
	border-width: 1;
	width: 550;
	height: 250;
	background-color:  white;
	border-color: black;
	padding-left: 10px;
	padding-right: 10px;
	overflow:scroll;
}

div.scrollingpagebox2 {
	border: solid;
	border-width: 1;
	width: 200;
	height: 250;
	background-color:  white;
	border-color: black;
	padding-left: 10px;
	padding-right: 10px;
	overflow: scroll;
}

