body {
background-color:rgb(30,60,105);
background-image:url(textbackground.jpg);
background-repeat: no-repeat;
background-attachment: fixed;
Background-position: center;
}

a:link {color: white; text-decoration: none;}
a:visited {color: green; text-decoration: none;}
a:hover {color: yellow; text-decoration: none;}
a:active {color: white; text-decoration: none;}

h2 {
color:rgb(137,233,255);
font-size:25px;
font-family: Arial;
line-height: 0.7;
background:rgb(30,60,105);
padding: 20px;
border black 2px solid;
margin-left: auto;
margin-right: auto;
width: 440px;
background-clip: padding-box;
text-align:center;
}

h3 {
color:rgb(137,233,255);
font-size:30px;
font-family: arial;
line-height:1em;
background:rgb(30,60,105);
padding:20px;
border black 2px solid;
margin-left: auto;
margin-right: auto;
width: 680px;
background-clip: padding-box;
text-align:center;
}
h4 {
color:rgb(137,233,255);
font-size:25px;
font-family: Arial;
line-height: 1.0;
background:rgb(30,60,105);
padding: 20px;
border black 2px solid;
margin-left: auto;
margin-right: auto;
width: 440px;
background-clip: padding-box;
text-align:center;
}
.style3 td {
border: 1px black solid;
padding: 10px;
border-collapse:collapse;
background: rgb(30,60,105);
table-align:center;
font-size:16px;
color:rgb(137,233,255);
font-family: arial;
margin-top:0px;
}





