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

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

#wrapper
{
margin:auto;
width:80%;
}

#fixedfooter_l
{
    position: fixed;
    bottom: 5px;
    left: 10px;	
    border: solid	1px;
    border-radius: 30px;
    padding: 10px;
    background-color:rgb(251,217,219);	
 /*   background-image:inherit;*/
}

#fixedfooter_r
{
    position: fixed;
    bottom: 5px;
    right: 10px;	
    border: solid	1px;
    border-radius: 30px;
    padding: 10px;
    background-color:rgb(251,217,219);	
 /*   background-image:inherit;*/
}

    #fixedfooter_l a
{
    display: block;
    width: 200px;
}

    #fixedfooter_r a
{
    display: block;
    width: 200px;
}

#return
{
width:80%;
align:center;
margin:auto;
font-size:1.5em;
font-family:'comic sans ms',tahoma,arial,sans-serif;
border:0px solid green;
}

#return th
{
border:0px solid green;
text-align:center;
}

#return td
{
border:0px solid green;
text-align:center;
}

#list
{
width:60%;
margin:auto;
align:center;
font-size:1.5em;
font-family:'comic sans ms',tahoma,arial,sans-serif;
border:1px solid black;
}

#list th
{
border:1px solid red;
text-align:center;
}

#list td
{
border:1px solid green;
text-align:center;
}
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:#299c39;
}

.violet
{
color:#31007b;
}

.red
{
color:#ff0000;
}

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

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

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

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

