/** ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~  css reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary, time, mark, audio, video
{font-size: 100%;  font: inherit;}
/** ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~  css reset */

BODY {
background: #1D1D1D;
font-family: Verdana;
font-size:160%;
font-weight: normal;
color: #c0c0c0;
}

a img { border: none; }

a:link {text-decoration: none; color: #c0c0c0;}
a:visited {text-decoration: none; color: #c0c0c0;}
a:hover {text-decoration: none; color: #c0c0c0;}
a:active {text-decoration: none; color: #ffcc00;}

.big125 {font-size:125%;}
.big150 {font-size:150%;}
.big200 {font-size:200%;}
.color {color: #ffcc00;}



input {
	background-color: #2d2d2d;
	border: solid 1px #515151;
	height: 32px;
	width: 300px;
	font-family: Verdana, Open Sans, Arial;
	font-size: 12px;
    color: #8B8989;
    border-radius: 3px;
	text-indent:5px;
}


.linki 	{color: #c0c0c0; font-style:italic; text-indent:6px;}
.linki2 	{color: #8B8989; text-indent:6px;}
.linki2 a:link {color: #c0c0c0;}
.linki2 a:visited {color: #6b6b6b;}
.linki2:hover {color: #FFFFFF; border-bottom: thin solid #515151;}

.linki3	{color: #c0c0c0; padding-top:5px; padding-bottom:8px;}
.linki3 a:link {color: #ffcc00;}
.linki3 a:visited {color: #ffcc00;}
.linki3 a:hover {color: #6b6b6b; border-bottom: thin solid #515151;}

.linki4	{color: #c0c0c0;}
.linki4 a:hover {color: #6b6b6b;}

.onlyline:hover {border-bottom: thin solid #515151;}





