/* CSS Document */

body { 
margin:0;
padding:0;
text-align: center;
background-color:#003e7e;
}

div#wholeholder {
height: 100%;
width: 100%;
margin: 0 auto;
background-color:#003e7e;
}

div#testdiv1 {
height: 500px;
width: 800px;
margin: 0 auto;
background-image:  url(../images/Blue-Background.jpg);
background-repeat: no-repeat;
}

div#headerdiv {
height: 100px;
width: 827px;
margin: 0 auto;
background-color:#003e7e;
}

div#paypalholder {
height: 50px;
width: 500px;
margin: 0 auto;
background-color:#003e7e;
}

a:link {
color: #ffffff;
text-decoration: none;
}

a:hover {
color: #f9a13a;
text-decoration: underline;
}

a:visited {
color: #ffffff;
text-decoration: underline;
}

a:visited {
color: #ffffff;
text-decoration: underline;
}