/* CSS Document */

body 
{
background: black;
background: url(images/kback.jpg) #120c0c;
background-repeat: no-repeat;
background-position: left top;
color: white;
font-family: arial, helvetica, sans-serif;
padding: 20px;
}

.band
{border-bottom: solid 1px #36f;
padding-bottom: 20px;}

h2
{color: #69c}

a
{color: #69c}

a:visited
{color: #c6f}

.blurb
{
text-align: justify;
}

.KApic
{
margin: 25px;
border: inset #69c;

}

.column 
{float: left;
width: 40%;

}

.clearfloat
{clear: left;
}

