/* CSS file for main shizzle, yo */
/* created OCT 25 by ODJ */
/* edited 2009, OCT 26 by ODJ */
/* edited again 2019.11.8 by ODJ */

/*basic formatting junks*/
BODY {background-color: white; font-family: courier new;}
P {margin: 5px 22% 0 22%;} /* just reg'lur ole paragraph text */
BLOCKQUOTE {margin: 5px 24% 0 24%; font-size: .9em}
H1 {margin: 10px 20% 10px 20%; font-size: 1.4em}
H2 {margin: 10px 20% 10px 20%; font-size: 1.2em}
FORM {margin: 5px 22% 0 22%; font-size: 1.2em}

/*links... duh*/
A:link {color: black; text-decoration: underline}
A:visited {color: 999999; text-decoration: underline}
A:hover {color: 660000; text-decoration: none}

/* crew page specific...  cheeze, but it worx */
IMG.left { float: left; }
SPAN.ptext { font-family: courier new; }

/*for copyright & JT linx*/
SPAN.copy { font-size: .8em; font-family: courier new; }
SPAN.jt { font-size: .9em; font-family: courier new; }
