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

a, a:visited {
text-decoration:none;
color:#48588a;
}

body {
background: url(bg.jpg) top left;
margin:0;
font:"Times New Roman", Times, serif;
font-size:14px;
color:#6960AA;
}

#prime_container {
width:800px;
margin:0 auto;
}

.head {
font-size:24px;
color:#6960AA;
}

img { 
border:none;
}

#form {
width:600px;
margin:0 auto;
}

#footer {
color:#660A00;
font-size:9px;
font-family:Arial, Helvetica, sans-serif;
text-align:center;
padding:10px 0 10px 0;
}