*
{
padding:0;
margin:0;
border:0;
}

body
{
background-color:rgb(135,217,255);
background-image:url(image1.jpg);
font-size:100%;
}

p
{
color:#000000;
font-family:'comic sans ms',tahoma,arial,sans-serif;
font-size:1em;
}

.small
{
font-size:0.75em;
}

.normal
{
font-size:1.0em;
}

.medium
{
font-size:1.125em;
}

.big
{
font-size:1.25em;
}

.large
{
font-size:1.5em;
}

.giant
{
font-size:2.0em;
}

.mega
{
font-size:3.0em;
}

.left
{
text-align:left;
}

.center
{
text-align:center
}

.right
{
text-align:right;
}

.bold
{
font-weight:bold;
}

.black
{
color:#000000;
}

.blue
{
color:#0000ff;
}

.brown
{
color:#800000;
}

.green
{
color:#008000;
}

.violet
{
color:#31007b;
}

.red
{
color:#ff0000;
}

.yellow
{
color:#ffff00;
}

.orange
{
color:#ffa500;
}

h1,h2,h3,h4,h5,h6
{
font-family:'comic sans ms',tahoma,arial,sans-serif;
color:#800000;
}

#intro
{
width:90%;
top:130px;
text-align:center;
margin:auto;
font-size:1.125em;
font-family:'comic sans ms',tahoma,arial,sans-serif;
border:0px solid green;
}

a:link
{
    display:inline;
    width:200px;
    font-weight:normal;
    font-size: inherit;
    color: rgb(0,0,0);
    background-color: transparent;
    text-align:center;
    font-family:'comic sans ms',cursive,sans-serif;
    text-align:center;
    text-decoration:none;
    padding:0px;
}

a:link, a:visited
{
    color: rgb(64,64,126);
    font-family:'comic sans ms',cursive,sans-serif;
}

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

