/*  
Theme Name: Window2 deppMANIA 
*/

/* BASICS +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */


body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
        background-color:#808080;
        font-family:Trebuchet MS;
	font-size:11px;
	color:#f5f5f5;
}

a:link, a:active, a:visited {
color: #ff9999;
text-decoration: none;
font-weight: bold;
border-bottom: none;
cursor: default;}

input, textarea, select, button {
font-size:11px;
color:#ff3399;
background: #fbfbfb;
border: 1px solid #3f6d6f}

input:focus, textarea:focus, label:focus, select:focus, button:focus {
color:#222222;
background: #f5f5f5;
border: 1px solid #3f6d6f;}