@charset "UTF-8";
/* CSS Document */

body{
background-color:#FFFFFF;
}

p{
font-family:verdana;
font-size: 12pt;
font-weight:strong;
color:#000000;
}

f{
font-family:verdana;
font-size: 10pt; 
color:#000000;
}

h1{
font-family:verdana;
font-size: 16pt;
font-weight:bold;
color:#000000;
}

a{
color:#4682b4;
text-decoration:none;
}

a:hover{
color:#ffcc00;
text-decoration:none;
}

#box2 {
width: 500px;
height: 100px;
margin-right: auto; 
margin-left: auto;
margin-top: 1%;
background-color: #FFFFFF;
}

#box3 {
width: 500px;
height: 320px;
margin-right: auto; 
margin-left: auto;
margin-top: 1%;
background-color: #FFFFFF;
background-image: url(johns_bg.jpg);
border-bottom-color: #333333;
border-bottom-style: dotted;
border-width: 2px;
}

#box4 {
width: 500px;
height: 20px;
margin-right: auto; 
margin-left: auto;
margin-top: 1%;
background-color: #FFFFFF;
}

