body {background:black;
color:lime;}

p {margin:2em;
width:500px;
height:auto;
text-indent:16px;}

a:link {color:red;border:solid 2px black;
background:#224466;}

a:visited {color:#227722;border:solid 2px black;
background:#99AA99;}

a:hover {color:lime;border:solid 2px black;
background:#224466;}

a:active {color:lime;
background:#884422;border:solid 2px red;}

h2 {color:#4444FF;}

div#sideb {position:absolute;
right:10px;
top:5%;
width:200px;
height:30%;
line-height:2em;
border:solid 2px red}

.links {position:absolute;
right:80px;
top:40%;
width:220px;
height:50%;
line-height:2em;}

h3 {font-size:110%;
text-indent:16px;
color:#AA3333;width:700px}

em {font-size:110%;
color:00FFFF;
font-weight:bold;}