@charset "utf-8";
/* CSS Document */

body{
background-image:url(images/body.jpg);
background-position:center;
background-attachment:fixed;
background-repeat:no-repeat;
}

h1{
font-size:22px;
color:#003399;
font-weight:500;
}

h2{
font-size:20px;
color:#0033FF;
font-weight:400;
}

h4{
font-size:18px;
color:#000033;
font-weight:300;
}

a{
color:#FF0000;
text-decoration:none;
}

.footer{
text-decoration:none;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:12px;
color:#FFFFFF;
}

.head{
font-size:8px;
color:#017cc2;
}