/* $Id: kern.css,v 1.4 2004/01/27 00:47:00 llama Exp $ */

    body {
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
    }

    #container {
	margin: 1em auto; 
	padding : 15px;
	width: 95%; 
	background-color: #FFCCFF;
	border: 1px solid black;
    }
    
    #header {
	text-align : center;
	height: 10%;
	background-color: #FFCCFF;
    }
    
    #links {
	float: right; 
	width: 20%;
	background-color: #FFFFFF;
	border : 1px solid;
	padding : 10px;
	text-align : center;
    }
    
    #main {
	width: 95%; 
	background-color: #FFCCFF;
	height : 100%;
	spacing : 20px;
	padding : 10px;
    }
    
    #footer {
	clear: both;
	background-color: #FFCCFF;
	height : 15%;
	text-align : center;
	padding : 10px;
    }
	
/* layout */

.quote {
    float : right;
    width : 35%;
    font-family : sans-serif;
    border : 1px;
    padding : 5px 5px 5px 5px;
    border : solid;
    border-style : dotted;
    color : #800000;
}

#indent {
    padding-left : 25px;
}

/* headings */
.h1 {
    font-weight : bold;
    font-family : sans-serif;
    font-size : x-large;
    color : #000000;
}

.h2 {
    font-weight : bold;
    font-family : sans-serif;
    font-size : large;
    color : #800000;
    text-align : center;
}

.h3 {
    font-weight : bold;
    font-family : sans-serif;
    font-size : medium;
    margin-bottom : 2px;
}

.copy {
    font-size : smaller;
    font-style : sans-serif;
}
	
/* link styles*/
a:link {
    font-style : sans-serif;
    font-weight : bold;
    text-decoration : none;
    color : #800000;
}
a:visited {
    font-style : sans-serif;
    text-decoration : none;
    color : #D87093;
}
a:hover {
    font-style : sans-serif;
    text-decoration : none;
    font-weight : bold;
    color : #9933cc;
}
a:active {
    font-weight : bold;
}

/* menu */
.pad {
    padding-left : 25px;
}

/* menu buttons */
    a.button:link {
    font-style : sans-serif;
    font-weight : bold;
    text-decoration : none;
    color : #800000;
    width : 150px;
}

a.button:visited {
    font-style : sans-serif;
    text-decoration : none;
    color : #D87093;
    width : 150px;
}

a.button:hover {
    font-style : sans-serif;
    text-decoration : none;
    font-weight : bold;
    color : #9933cc;
    background : #FFFFFF;
    width : 150px;
}

a.button:active {
    font-weight : bold;
    width : 150px;
}

