@CHARSET "ISO-8859-1";

body {
background:#fff url("/resources/images/homepage_kdn.jpg") no-repeat;
font-family:"Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, sans-serif;
font-size:14px;
color:#222;
padding:0;
margin:0;
}

* {
padding:0;
margin:0;
}

a {
color:#047;
text-decoration:underline;
}

a:hover {
color:#c00;
}

.tile {
margin:0 0 0 0;
-moz-border-radius-topleft: 6px 6px; 
-moz-border-radius-topright: 6px 6px;
border-top-left-radius: 6px 6px;
border-top-right-radius: 6px 6px;
background: #FAFAFA;
border: 1px solid #AAA;
padding: 15px 20px 15px 20px;
}

.tiletime {
margin:0 0 10px 0;
text-align: right;
color: FFF;
-moz-border-radius-bottomleft: 6px 6px; 
-moz-border-radius-bottomright: 6px 6px;
border-bottom-left-radius: 6px 6px;
border-bottom-right-radius: 6px 6px;
background: #000;
border-bottom: 1px solid #AAA;
border-left: 1px solid #AAA;
border-right: 1px solid #AAA;
padding: 5px 20px 5px 20px;
}

#holster h1 {
font-size:24px;
font-weight:normal;
letter-spacing:-1px;
padding:32px 0 25px 0;
}

#holster h1 a {
color:#222;
text-decoration:none;
}

#holster h1 a:hover {
color:#c00;
}

#holster h3 {
font-size:18px;
margin:5px 0 7px 0;
}

#holster h3 a {
color:#222;
text-decoration:none;
}

#holster h3 a:hover {
color:#c00;
}

