a:active {color: #ff00ff; font-weight: bold}
a:link {color: #5555ff}
a:visited {color: #aa00aa}

body {
 color: #ffffff;
 background-color: #000000;
 background-repeat: no-repeat;
 background-position: top right;
}

.bold {font-weight: bold;}
.italic {font-style: italic;}
.underline {text-decoration: underline;}

# List types
li.no_bullet {list-style-type: none;}
ul.no_bullet {list-style-type: none;}

# The below doesn't work.  Still trying to figure out. --dleonard
# Image padding
img.padding {
 margin-top:25px;
 margin-bottom:25px;
 margin-right:15px;
 margin-left:15px;
}
