body {
font-family: arial, "Times New Roman", Times, serif;
background-color: rgb(51,102,153);
}

table{
background-color: rgb(255,255,255);

}
td{
vertical-align: top;
}


div{
font-size: 14px;
color:rgb(80,80,80);
padding-left: 5px;
}

a{
font-size: 16px;
font-weight: bold;
color: rgb(0,51,102);
text-decoration: none;
}

a:hover{
color: rgb(0,102,255);
}

#menu{
font-size: 14px;
font-family: Georgia;
}

hr{
border-style: dotted; 
}

#baslik {
font-family: Georgia;
font-size: 42px;
font-weight: bold;
color:rgb(153,0,0);
vertical-align: top;
}

.labelfield{ /*CSS for label field in general*/
color:rgb(102,0,0);
font-size: 90%;
}

.datefield{ /*CSS for date field in general*/
color:gray;
font-size: 70%;
}


#example2 div{ /*CSS specific to demo 2*/
margin-bottom: 10px;
}

#example2 div a{ /*CSS specific to demo 2*/
text-decoration: none;
}