.noedit {
    background-color: transparent;
    color: rgb(0,0,0);
    word-spacing: 1px;
    letter-spacing: 0.1px;
    font-family: times;
    font-size: 18
}


body {
    background-color: white;
    color: rgb(0,0,0);
    word-spacing: 1px;
    letter-spacing: 0.1px;
    font-family: times;
    font-size: 12
}

textarea {
    background-color: rgb(220,220,220);                                                
    color: rgb(0,0,0);                                                      
    word-spacing: 1px;                                                      
    letter-spacing: 0.1px;                                                  
    font-family: times;                                                     
    font-size: 12                
}

p {
    background-color: transparent;
    color: rgb(0,0,0);
    word-spacing: 1px;
    letter-spacing: 0.1px;
    font-family: times;
    font-size: 12
}

h1 {
    background-color: transparent;
    color: rgb(0,0,0);
    font-family: times;
    font-size: 20
}

h2 {
    background-color: transparent;
    color: rgb(0,0,0);
    font-family: times;
    font-size: 17
}

h3 {
    background-color: transparent;
    color: rgb(0,0,0);
    font-family: times;
    font-size: 14
}

table {
    background-color: transparent;
    color: rgb(0,0,0);
    font-family: times;
    font-size: 12
}

p.ip {
    font-family: arial;
    font-size: 14
}

p.alert1 {
    background-color: transparent;
    color: rgb(255,50,50);
    font-family: times;
    font-size: 30
}

p.alert2 {
    background-color: transparent;
    color: rgb(0,150,0);
    font-family: times;
    font-size: 20
}

.menuLink {
    font-family: Times, Verdana, Arial, Helvetica, sans-serif;
    font-size: 12;
    color: #000000;
    text-decoration: none;
}

.menuLink:hover {
    font-family: Times, Verdana, Arial, Helvetica, sans-serif;
    font-size: 12;
    color: #FF8080;
    text-decoration: underline;
}

