@charset "iso-8859-1";
/* set basic body defaults */
body		
					{ font-family: "arial","sans serif" ;
						font-size: 8pt ;
						color: #000000 ;
						background-color: #ffffff ;
						text-align: center ;
						vertical-align: top ;
						padding: 0, 0, 0, 0 }
/* ----------------------------------------------------------------------------- */						

/* set basic table defaults */
table				{ width: 100% ;
						font-family: "tahoma","sans serif" ;
						font-size: 8pt ;
						color: #000000 ;
						text-align: justify ;
						vertical-align: top ;
						padding: 0, 0, 0, 0 }

td					{	vertical-align: top }
/* ----------------------------------------------------------------------------- */						

/* anchors are bold and not underlined */
td a				{ text-decoration: none ;
						font-family: arial, sans serif ;
						font-size: 8pt ;
						font-variant: small-caps ;
						color: #306ead ;
						font-weight: bold }
a:hover				{ color: #4688cb}
						

/* the only anchors not in a table are the navigation ones */
a					{ text-decoration: none ;
						font-family: courier new ;
						font-size: 9pt ;
						color: #000000 ;
						font-weight: bold }
						
/* images used as anchors have no border */
a img				{ border: none }
/* ----------------------------------------------------------------------------- */						

/* set defaults for lists */
ul				{ list-style-position: inside ;
						list-style-type: disc ; 
						margin: 0 }
/* ----------------------------------------------------------------------------- */						

/* thumbnail images are displayed at 45x60 and with a border in #6668cc */						
img.thumb			{ width: 45px ;
						height: 60px ;
						border-color: #b30912 ;
						border-style: none ;
						border-width: 3px ;
						margin: 0, 0, 0, 0 ;
						padding: 0, 0, 0, 0 }
/* ----------------------------------------------------------------------------- */						

/* set defaults for various other tags */						
hr					{ color: black ;
						height: 2px ;}

/* input only used in Paypal form in the navigation bars */						
input				{ text-align: right}

/* ----------------------------------------------------------------------------- */						

/* all other miscellaneous settings */

/* sets defaults for images on the Buy! page */
.amazpic			{ width: 52px ;
						text-align:left }
						
/* puts borders around the main image at the top of each page */
.bordered			{ border-color: #e92828 ;
						border-width: 1px ;
						border-style: solid ;
						margin: 0px 5px 5px 0px ;
						text-align: left;
						width: 120px ;
						height: 159px }
						
/* puts a border around the sections on the welcome page */						
.brownbord			{ border-color: #000000 ;
						border-width: 1px ;
						border-style: solid ;
						padding: 0px 5px 0px 5px ;
						text-align: left;}
						
/* used to place a border around the donate image in the navigation bars */
.donate			{ border-color: #000000 ;
						border-width: 3px ;
						border-style: double ;
						margin: 0px 0px 0px 0px ;
						text-align: right;}
						
/* used to indicate which page is active in the navigation bar and the thumbnails pages */
.here				{ color: #e92828 }

/* justifies text */						
.just				{ text-align: justify ;
						line-height: 2em }
						
/* sets values for the "art" block on the links page */						
.link   			{ border-color: black ;
						border-width: 1px ;
						border-style: solid ;
						margin: 1px 0px 0px 0px ;
						padding: 5px 5px 5px 5px ;
						text-align: left; }
						
/* the marquee containing contributors' names */						
.marq				{ background-color: #6668cc ;
						color: white ;
						width: 100% }						
/* used as subheadings on the creativity pages */						
.minorhead				{ color: #000000 ;
                        font-family: 'tahoma', 'arial', 'sans serif';
						font-variant: small-caps ; 
						font-style: italic ;
                        font-weight: bold ;}
.mhead				{ color: #000000 ;
                        font-family: 'tahoma', 'arial', 'sans serif';
						font-variant: small-caps ; 
						font-style: italic ;
                        font-weight: normal ;}
/* used to highlight new items */						
.new				{ color: #e92828 ;
						font-weight: normal }
/* reverse highlight when extra emphasis required */						
.newest				{ color: #ffffff ;
						font-weight: bold ;
						background-color: #cc667c }
/* used to grey out unused pages in the thumbnail pages */
.null				{ color: #dddddd }
/* used to remove list item "blob" in certain cases */
.noblob             { list-style-type: none ; }
/* sets defaults for the individual poem pages */						
.poem				{ width: 60% ; 
						text-align: center ;
						font-variant: small-caps ;
						border-color: black ;
						border-width: 5px ;
						border-style: double ;
						padding: 10px 20px 10px 20px }
/* used in a couple of pages where Viggo's work is quoted in articles */						
.quote				{ color: black ;
						font-style: italic ;
						font-weight: bold}
/* used in a couple of poems to indicate original language text where a translation is provided */						
.smcaps				{font-variant: small-caps ;}	
/* used on a couple of creativity pages to list musicians in a smaller font */						
.smaller			{ font-size: smaller ;}
/* medium tan underlined subheadings used on various pages */					
.subhead			{ font-size: 18pt ;
						font-family: "tahoma", "arial", "sans serif" ;
						text-align: left;
						color: #e92828 ;
						text-decoration: underline ;}
/* used on all article pages for the article title */						
.subsubhead			{ font-size: 14pt ;
						font-family: "verdana","courier new","serif" ; 
						color: #e92828 ;
						font-weight: 500 ;}
/* used for the date of updates on the welcome page */						
.xdate					{ font-variant: small-caps ;
							font-weight: bolder ;
							color: #e92828 ; }
			
