﻿body {
color: #ffffff;
font-size: 13px;
background-color: #000000;
font-family: arial, sans-serif;
border-collapse: collapse;
}

#main {
width: 1024px;
height: 600px;
overflow-x: hidden;
overflow-y:auto;
}

h1 {
font-size: 20px;
font-weight: bold;
color: #ffffff;
}

h2 {
font-size: 16px;
font-weight: bold;
color: #ffffff;
}

p {
color: #ffffff;
font-size: 13px;
font-weight: bold;
}

p.label {
color: #ffffff;
font-size: 10px;
}

a:link {
color: #ffffff;
}

a:visited {
color: #ffffff;
}

a:hover {
color: #ff0000;
}

a:active {
color: #ff0000;
}

hr {
color: #666666;
background-color: #666666;
border: 0px;
height: 1px;
width: 90%
}

.label {
font-size: 10px;
font-weight:normal;
}
.orange {
	color: f79d51;
}
.yellow {
	color: f9ff77;
}
