/* Cascading Style Sheet for John Brewer's Web */
/* Author: John Brewer                         */
/***********************************************/

/* Define some global settings                 */
body
{
background-color: #4210ef;
color: #ffff00;
font-family: Verdana;
font-size: 1.2em;
}

img.center { 
text-align: center;
}

div.center { 
text-align: center;
}

.ListTitle { 
font-weight: bold;
text-decoration: underline;
}

.HostingTable { 
border-width: 0;
background-color: #ffff00;
margin-left:1em;
width: 90%;
text-align: center;
}

.HostingTable td{ 
background-color: #4210ef;
}

h1 { 
text-align: center;
}

h2 { 
color: #ff7300;
text-align: center;
}

a {
color: white;
}

/* These styles control the how the forms are laid out */
input.btn {
margin-left: 250px;
}

form p {
clear: left;
margin: 0;
padding: 1px 10px;
}

form p label {
float: left;
width: 200px;
}
/* end forms */

.copyright {
  font-size: .8em;
}

/* Define some useful classes                 */
.bold 
{ 
font-weight: bold;
}
.italic 
{ 
font-style: italic;
}
.bottom-margin 
{ 
margin-bottom: 20px;
}
.left20
{
margin-left: 20px;
}
.left30
{
margin-left: 30px;
}
.col25
{
width: 25%;
}
.col50
{
width: 50%;
}
.col75
{
width: 75%;
}
