KELLJONES.COM


h1, h2, h3, h4, h5, h6 {
 color: black;
 background-color: white;
}


h1 {
 font: bold 90%/1.5em "Times New Roman", Georgia, serif;
}

h1 {
 padding: 0px 0px 0px 0px;
}

a:link {
 color: black;
 background-color: transparent;
}

a:visited { 
 color: gray;
 background-color: transparent;
}


body {
 color: black;
 background-color: white;
}


#frame {
 margin-left: 20px;
 width:710px;
}



#columnSidebar {
 width: 172px;
 float: left;
 background-color: white;
 color: black;
 text-align: right;
 padding-right: 30px;
}


#columnBorder {
 width: 10px;
 float: left;
 background-color: white;
 color: black;
}


#columnMainContent {
 width: 478px;
 float: right;
 background-color: white;
 color: black;
 padding-left: 20px;
}

insert into html:

<link rel="stylesheet" type="text/css" href="kelljones.css" />
