a:link { 
text-decoration: none; 
color: #2960B2;
background-color: transparent;
}

a:visited { 
text-decoration: none;
color: #2960B2;
background-color: transparent;
}

a:hover { 
text-decoration: none;
color: #4B80CF;
background-color: transparent;
} 

a:active { 
text-decoration: none;
color: #2960B2;
background-color: transparent;
}

a:visited:hover { 
text-decoration: none;
color: #4B80CF;
background-color: transparent
}

/* end links */

/* font settings */

span.menu {
font-family: verdana, tahoma, helvetica, sans-serif;
font-size: 12px;
text-align: center;
}

span.small {
font-family: tahoma, verdana, helvetica, sans-serif;
font-size: 11px;
}

span.blue {
font-family: verdana, tahoma, helvetica, sans-serif;
font-size: 11px;
color: blue;
background-color: transparent;
}

span.red {
font-family: verdana, tahoma, helvetica, sans-serif;
font-size: 11px;
color: red;
background-color: transparent;
}

span.normal {
font-family: verdana, tahoma, helvetica, sans-serif;
font-size: 11px;
}

span.black {
color: black;
font-family: Arial;
font-size: 10px;
}

span.ip {
font-family: Arial;
font-size: 10px;
}
span.ipbold {
font-family: Arial;
font-size: 10px;
color: red;
}


table.c {
margin: 0 auto;
}

table.maintable {
background-color: #ebebeb;
margin: 0 auto;
border-left: 1px solid black;
border-right: 1px solid black;
border-bottom: 1px solid black;
border-top: 0px solid black;
}
img {
border-width: 0px;
}

td.brcolone
{
border-bottom: 1px solid black;
border-right: 1px solid black;
background-color: #ebebeb;
}

td.brcoltwo
{
border-bottom: 1px solid black;
border-right: 1px solid black;
background-color: #dddddd;
}

td.br
{
border-bottom: 1px solid black;
border-right: 1px solid black;
}

td.r
{
border-right: 1px solid black;
}

td.bcolone
{
border-bottom: 1px solid black;
background-color: #ebebeb;
}
td.bcoltwo
{
border-bottom: 1px solid black;
background-color: #dddddd;

}
td.b
{
border-bottom: 1px solid black;
}

input.noteform
{
border: 1px solid black;
background-color: #eeeeee;
width: 200px;
}

input.notefocused
{
border: 1px dashed red;
background-color: #ffffff;
width: 200px;
}
input.nickform
{
border: 1px solid black;
background-color: #eeeeee;
width: 100px;
}

input.nickfocused
{
border: 1px dashed red;
background-color: #ffffff;
width: 100px;
}

div.code
{
	padding: 5px;
	margin: 0 auto;
	margin-top: 7px;
	margin-bottom: 7px;
	width: 95%;
	background-color: #abcdef;
	border: 1px solid black;
	font-family: 'Courier New', 'Courier', 'System';
}
