/**
Stylesheet: kmoc.css
        CSS for kmoc

*/

body {
        background: black url('./images/kmw_bg_small.jpg') no-repeat center top fixed;
        font-family:  Arial;
        font-size: 12px;
}
table {
        font-family:  Arial;
        font-size: 12px;
}
h1 {
    color: #cc5500;
    font-size: 22px;
    font-weight: bold;
}

h2 {
    color: #cc5500;
    font-size: 18px;
    font-weight: bold;
}

a:link {
        color: #3333ff;
        text-decoration: none;
}
a:visited {
        color: #3333ff;
        text-decoration: none;
}
a:active {
        color: #3333ff;
        text-decoration: none;
}
a:hover {
        color: #ff3311;
        text-decoration: underline;
}

.highlightit img{
border: 3px solid #000000;
}

.highlightit:hover img{
border: 3px solid #cc5500;
}

.highlightit:hover{
color: #cc5500; /* Dummy definition to overcome IE bug */
}

