A {
	COLOR: white; TEXT-DECORATION: none
}
A:hover {
	COLOR: white; TEXT-DECORATION: underline
}
A.side {
	COLOR: white; TEXT-DECORATION: none
}
A.side:hover {
	COLOR: white; TEXT-DECORATION: underline
}
A.white {
	COLOR: white; TEXT-DECORATION: none
}
A.white:hover {
	COLOR: white; TEXT-DECORATION: underline
}

HR {
	BORDER-TOP: #bbb 1px solid; BORDER-BOTTOM: #fff 1px solid; HEIGHT: 2px
}
HR.side-hr {
	BORDER-TOP: #bbb 1px solid; BORDER-BOTTOM: #fff 1px solid; HEIGHT: 2px
}
TD {
	FONT-SIZE: 13px; FONT-FAMILY: "trebuchet ms", Verdana, Tahoma, Arial, Sans-Serif
}
PRE {
	FONT-SIZE: 13px; FONT-FAMILY: Verdana, Tahoma, Arial, Sans-Serif
}


.module{
    background:#fff url('arka.gif'); /* Modül kutucuğu arkaplanı*/
}


h3 {
	font-size: 13px;
	font-weight: bold;
	color: white;
	margin: 0px;
	padding: 0px;
	text-align: left;
}
body {
	
	background: #fff url('arka.gif');
	color: white;
	font-family: tahoma, arial;
	font-size: 13px;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

* html body {
}

img {
	border: 0px;
}

a:link { 
	color: white;
	font-size: 13px;
	text-decoration: underline;
}
