/* CSS Document */

body {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
background-color:#8681AC;
color:white;
margin:50px;
}

.content a:link, .content a:visited, .content a:active {
color: #8B3DB5;
font-weight: bold;
text-decoration:none;
font-size:12px;
}

.content a:hover {
color: #8681AC;
font-weight: bold;
text-decoration:none;
font-size:12px;
}

.nav {
width:740px;
height:64px;
text-align:center;
background-color:#B3ADD9;
vertical-align:middle;
}

.copyright a:link, .copyright a:visited, .copyright a:active {
color: white; 
font-weight:normal;
text-decoration:underline;
font-size:11px;
}

.copyright a:hover {
color: white;
font-weight: normal;
text-decoration:underline;
font-size:11px;
}

.credits {
color:#dddddd;
font-size:10px;
padding-bottom: 5px;
}

a.credits:link, a.credits:visited, a.credits:active {
color:#EEEEEE;
font-size:10px;
text-decoration:none;
font-weight: normal;
}

a.credits:hover {
color:#FFFFaa;
font-size:10px;
text-decoration:underline;
font-weight: normal;
}

h1 {
color:#ffffff;
font-size:22px;
text-align:left;
line-height:0.2;
}

h2 {
color: #B3ADD9;
font-size: 20px;
text-align:left;
line-height:0.2;
}

a:link, a:visited, a:active {
color: #f2f2f0;
text-decoration: underline;
font-weight: bold;
}

a:hover {
color: #B3ADD9;
text-decoration: underline;
font-weight: bold;
}

a:active {
color: #ffffd0;
text-decoration: underline;
font-weight: bold;
}

