/* The CSS file for the gathered information pages, such as Archives and Cast. */

h1 { text-align : center ;}
div#NN img { border-top : 1px #006600 solid ; border-left : 1px #006600 solid ; border-right : 1px #006600 solid ;} 
div#Bar img { border-bottom : 1px #006600 solid ; border-left : 1px #006600 solid ; border-right : 1px #006600 solid ;}
div#Bar2 img { border : 1px #006600 solid ;}

/*Author, Comic*/
img { border : 1px #006600 solid ;}
div#Info1 { background : #006600 ; color : white ; border : 15px double yellow ;}
div#Info2 { background : yellow ; color : black ; border : 15px double #006600 ;}

div#Info2 a:link { color : yellow ; background : #006600 ;}
div#Info2 a:visited { color : yellow ; background : #006600 ;}
div#Info2 a:hover { color : #006600 ; background : yellow ;}
div#Info2 a:active { color : white ; background : yellow ;}

/* Characters */
div#Tyler { background : #006600 ; color : white ;}
div#Erica { background : yellow ; color : black ;}
div#Cathrine { background : #006600 ; color : white ;}

div#Erica a:link { color : yellow ; background : #006600 ;}
div#Erica a:visited { color : yellow ; background : #006600 ;}
div#Erica a:hover { color : #006600 ; background : yellow ;}
div#Erica a:active { color : white ; background : yellow ;}
/* End Characters */

/* Archive */

div#Calendar table { border : 5px yellow solid ; background : #006600 ; font-weight : bold ; color : white ; text-align : center ;}
div#SA a:link { color : red ; background : #006600 ;}
div#SA a:visited { color : red ; background : #006600 ;}
div#SA a:hover { color : red ; background : yellow ;}
div#SA a:active { color : red ; background : #006600 ;}
div#SA p { color : red ; font-weight : bold ; text-align : center ;}
div#FI a:link { color : blue ; background : #006600 ;}
div#FI a:visited { color : blue ; background : #006600 ;}
div#FI a:hover { color : blue ; background : yellow ;}
div#FI a:active { color : blue; background : #006600 ;}
div#FI p { color : blue ; font-weight : bold ; text-align : center ;}
/* End Archive */

a { text-decoration : none ;}
a:link { color : #006600 ; background : yellow ;}
a:visited { color : #006600 ; background : yellow ;}
a:hover { color : yellow ; background : #006600 ;}
a:active { color : white ; background : yellow ;}

p { text-align : left ; text-indent : 30pt ;}