/*	WinPSP.com Cascading Style Sheets
 *
 *	Author: Keith Michaels
 *	Created: 26 October 2002
 *
 */

body {
   background-color: #fff;
   color: #000;
   font-family: Verdana, Arial, Serif;
   font-size: .75em;
}

a:link {
   color: #11f;
   font-weight: bold;
   text-decoration: none;
}

a:visited {
   color: #0080c0;
   font-weight: bold;
   text-decoration: none;
}

a:hover {
   color: #0080c0;
   text-decoration: underline;
}

h1 {
   text-align: center;
   font-size: 2.5em;
   font-weight: bold;
}

img {
   border: 0;
}

div.NN4 {
   display: none;
}

.center {
   text-align: center;
}

.big {
   margin: 0;
   padding: 0;
   font-size: 2em;
}

.bLI {
   font-weight : bold;
}

.red {
   color: #d00;
}

img.space {
   margin: 1em;
}

img.hspace {
   margin: 0 .3em;
}
