/* This style sheet defines the basic style for all Poul Anderson pages */
/* Point to this style sheet by adding:

<link type="text/css" rel="stylesheet" href="anderson.css">

in the HEAD of HTML documents */

body {
 color: white; background: #250025; margin-left: 5%; margin-right: 5%;
 font-family: Arial, Helvetica, sans-serif;
}

a.plain {
 text-decoration:none
}
a:link {
 color: yellow; background:transparent;
}
a:visited {
 color: #80c500; background:transparent;
}
a:active {
 color: fuchsia; background:transparent;
}
a:hover {
 color: #009900; background:transparent;
}

p {
 text-indent: 3em; text-align: justify;
}
h2 {
 font-size: 150%; text-align: center
}

