	/*normal links*/
a:link { color: 0000ff; text-decoration: none}
a:visited { color: #f8f8ff; text-decoration: underline; }
a:hover { color: #c0c0c0; }
a:active { color: #ff8080; text-decoration: overline underline; }
	/*guestbook or other 'attention-getting' links*/
a.annoy:link { color: #ff0000; font-weight: bold; }
a.annoy:visited { color: #fff; font-weight: bold; }
a.annoy:hover { color: #ffd700; }
a.annoy:active { color: #ff0000; }
	/*other tags*/
body { margin-top: 2%; margin-left: 5%; margin-right: 100px; background-color: #000000; color: #f8f8ff; }
hr { height: 3px; width: 70%; color: #ffb000; }
img, .img { float: right; padding: 12px; font-size: 125%; font-weight: bold; }
p { text-indent: 2em; text-align: justify; font-size: 14px; }
	/*classes*/
.edit { color: #e0e0e0; font-size: 12px; text-decoration: underline; }
.links { text-align: center; clear: both; }
.name { font-size: 18px; font-weight: bold; text-align: center; }
.p { text-indent: 2em; text-align: justify; }
.set { position: relative; left: 15%; width: 70%; }