body {
background: url(1.jpg) black center;
background-repeat:no-repeat;
background-attachment:fixed;
}

h1 {font-family:comic sans ms; color:red; font-size:medium; text-align:center;}
h2 {font-family:comic sans ms; color:#FF00FF; font-size:small; text-align:center;}
h3 {font-family:comic sans ms; color:#666666; font-size:x-small; text-align:center;}
h4 {font-family:comic sans ms; color:yellow; font-size:large; text-align:center;}

p {font-family:comic sans ms; color:white; font-size:x-small; text-align:center;}

.link {font-family:comic sans ms; color:white; font-size:14px;}
.title {font-family:comic sans ms; color:yellow; font-size:large;}
.members {font-family:comic sans ms; color:white; font-size:small;}
.normal {font-family:comic sans ms; color:white; font-size:15px;}


A:link {
color: white;
font: 14px Comic sans ms;
text-decoration:bold;
}
A:active {
color: white;
font: 14px Comic Sans MS;
text-decoration: underline;
}
A:visited {
color: white;
font: 14px Comic Sans MS;
text-decoration:bold;
}
A:hover {
color: yellow;
font: 14px Comic Sans MS; 
text-decoration: underline;
}
