body{
background-image: url('Pictures/bg_1_2.jpg');
font-family: georgia;
color: #30C;
font-size: 14pt;
letter-spacing: .1em;
text-align: justify;
}

form {
font-size: 12pt;
font-family: georgia;
width:60%;
background-color: grey;
}

button {
color: white;
background-color: #30c;
border: silver outset thick;
text-align: center;
font-weight: bold;
font-size: 12pt;
font-family: georgia;
}

#text {
font-family: Georgia;
color: #30c;
font-size: 18pt;
text-align: center;
font-weight: bolder;

}

#textsub{
font-family: georgia;
color: #30c;
font-size: 14pt;
text-align: center;

}

#banner{
position: relative;
left: 300px;
}

hr{
color: #30c;
}

a:visted {
border-width: 0;
color: #30c;
}

img {
border-width: 0; 
}

a:link:{
border-width: 0;
color: #30c;
}

p.left {
float: left;
margin-top: .5em;
margin-right: 1em;
margin-bottom: .5em;
}

p.right {
float: right;
margin-top: .5em;
margin-left: 1em;
margin-bottom: .5em;
}

#name:First-letter {
font-size:36pt;
font-family: "Georgia";
text-align: left;
background-color: black;
color: #00FFFF;
font-weight: bold;
}

#title:first-letter {
font-size: 20pt;
font-family: Georgia;
text-align: left;
background-color: black;
color: #00FFFF;
font-weight: bold;
}

#footer {
text-align: center;
}