body{
color: #aaeefe;
background-color: #220055;
margin-left: 10%; 
margin-right: 10%;
}

/*
a:link    {color: #007799} 
a:visited {color: #007799}
a:hover   {color: #ff88ff}
a:active  {color: #ffffff }  */
a:link    {text-decoration:none;color:#007799;}
a:visited {text-decoration:none;color:#007799;}
a:active  {text-decoration:none;color:#ff88ff;}
a:hover   {text-decoration:underline;color:#ff00ff;}


h1,h2,h3,h4{color: #ffff66;}
h3,h4{color: #ffff00;}
h1{text-align: center;}

h1.title{
    text-align: center;
    color: #ffffff;
}


h2.title{
    text-align: center;
    color: #ffffff;
    font-style: oblique;
}


h2,h3{margin-left: -4%;}
h3{}

div.box { border: solid; 
border-width: 
thin; width: 90% 
}

div.alertbox { border: solid; 
border-width: thin; 
width: 90% 
color: #ff00ff;
text-align: center;
margin-left: 15%; 
margin-right: 15%;
}

pre{
margin-left: 3%;
color: #ddffff;
background-color: #000000; 
}

pre.source{ 
    color: #660000;
    background-color: #fffacd;
    font-family: monospace;
 }

pre.shell{ 
    color: #ffffff;
    background-color: #000000;
    font-family: monospace;
 }



p.mono{
font-family: monospace;
font-weight: bold;
}

span.em{
font-weight: bold;
color: #ee55ff;
}

em{
font-style: normal;
font-weight: bold;
color: #ee0055;
background-color: white;
}

