/* ========= DEFAULT ========== */
body {
    background-color: #000;
    color: #f00;
    
    font-size: 14px;
    font-family: Georgia, Palatino, Palatino Linotype, Times, Times New Roman, serif;
    line-height: 130%;
}
p {
    color: #fff;
}
/* Main Container */
#mContainer {
    margin: 0 auto;
    max-width: 600px;
    
    border-style: solid;
    border-width: thin;
    border-color: #500;
    
    padding: 25px;
}

#horBar {
    background-color: #fff;
    width: #100%;
}

/* Hyperlinks */
a {
    color: #eee;
    text-decoration: underline;

} a:hover {
    color: #eee;
}
/* Nexus Menu */
p.nexusMenu {
    max-width: 500px;
    border-style: double;
    border-color: #f00;
    font-size: 110%;
    width: 500;
    padding-top: 10px;
    padding-bottom: 10px;
}
/* Page Title */
#Title {
    font-size: 150%;
}
#uTitle {
   font-size: 150%;
}
/* Note */
#note {

   margin: 0 auto;
   max-width: 70%;
   
   border-style: solid;
   border-width: thin;
   border-color: #700;
   
   color: #fff;
   background-color: #100;
   padding: 15px;

}
#ntitle {
    font-variant: small-caps;
    font-weight: 600;
    
    color: #f00;   
}
/* Main Page Quote */
#lquote {
    font-style: italic;
    letter-spacing: 2px;
    text-align: right
}

/* Hyperlinks */
a { }

a:link { 
 color: #00FA9A;
 text-decoration: none;
}

a:visited {
 color: #00FA9A;
 text-decoration: none;
}

a:hover {
 text-decoration: none;
 color: white;
}

/* --------------- */


