
body {
 	background-image: url(a.jpg)
}



p{ 
    color:#0099ff; /* normal yazılar */ 
    font-size :12px;
	font-family: verdana;
    font-weight: bolder; 

} 
body,td,th {
	color: #0099ff; /* en alttaki yazi*/
}

a {
    text-decoration: none;
	color: #FFcc33;
    font-size :12px;
	font-weight: bold;
	font-family: verdana;
}

a:visited {
	text-decoration: none;
	color: #FFcc33; /* tiklanmayan link*/
}
a:hover {
	text-decoration: none;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #000000;
}

#ajan {
     border:9;
}

table,tr,td{
 	border-width:5px;
} 

input,tr,td{
 	border-width:3px;
} 
