

/* net-lide/public_html/css/tt2.css */

body {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    /* font-size: normal; */
}

.info {
    /* font-size: normal; */
}

.title {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 200%; 
    line-height: 220%; 
    font-weight: bold; 
    color: #AC0000;
    margin-top: 0px;
    margin-bottom: 2px;
}

header {
	padding: 20px 20px 10px 20px;
}

header {
	background-color: #eee;	
	color: #ED2328;
}

header h1, header h1 a {
        color: #ED2328;
}

header h2, header h2, header h2 a {
        color: #ED2328;
}

span.menu {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
    /*color: #AF0000;*/
}

a {
    /* font-family: Verdana, Arial, Helvetica, sans-serif; */
    /* font-family: sans-serif; */
    /* text-decoration: underline; */
    color: #AF0000;
}

a:hover {
    color: #bababa;
}

a.menu {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
    white-space: nowrap;
    text-decoration: none;
    color: #AF0000;
}

a.menu:hover {
    color: #bababa;
}

a.menuselect { 
    font-weight: bold; 
    white-space:nowrap;
}

a.menuselect:hover {
    font-weight: bold; 
    color: #AF0000;
}




