/*stylesheet for Quality Word Works of Olympia WA*/


/*basic elements*/

body 	{
		font-size: medium; 
		font-family: arial, helvetica, sans-serif;
		font-style: normal; 
		background-color: #ffff99; 
		color:#000000
		}
	
h1 		{font-family: Zapf-Chancery, cursive; 
		background-color: transparent; 
		color: green; 
		text-align: center; 
		}

h3		{background-color: transparent; color:blue}

a:link	{font-style: italic; font-weight: bold; background-color: transparent; color:#197614}
a:visited	{font-style: italic; background-color: transparent; color:green}
a:active	{background-color: transparent; color:red}
a:hover	{font-style:normal; font-weight: bold; background-color: transparent; color: red}

p		{text-align: left}




/*specific parts*/


/*navigation*/
#navbar		{
			position: fixed;
			left: 0px;
			bottom: 25px;
			width:185px;
			font-family: arial, helvetica, sans-serif; 
                        font-size: smaller;
			background: green url(./images/xiaohua_lilyc.jpg) repeat-y; 
			color: green;
			text-align: right;
			margin-right: 10px;
			border: 5px;
			padding: 5px
			}
			
			
#navart		{
			position: fixed;
			left: 0px;
			bottom: 25px;
			width:185px;
			font-family: arial, helvetica, sans-serif; 
                        font-size: smaller;
			background: silver url(./images/xiaohua_lilyneg.jpg) repeat-y; 
			color: silver;
			text-align: right;
			margin-right: 10px;
			border: 5px;
			padding: 5px;
			}

#navpoet		{
			position: fixed;
			left: 0px;
			bottom: 25px;
			width:185px;
			font-family: arial, helvetica, sans-serif; 
                        font-size: smaller;
			background: blue url(./images/xiaohua_lilygray.jpg) repeat-y; 
			color: black;
			text-align: right;
			margin-right: 10px;
			border: 5px;
			padding: 5px;
			}


		
#navpic		{
			position: fixed;
			left:5px;
			top:5px;
			width:170px;
			padding: 0px;
			}
		
	

/*specific tweaks and changes*/

/*IDs*/
#main   		{position: absolute;
			margin-left:  205px; 
			padding: 25px; 
			top:0px;}

#display          {float: right; 
                        background-color: green;
                        width: 320px;
                        border: 5px solid black;
                        margin: 10px 10px 10px 10px;
                        padding: 15px}

		
.copy   		{
			bottom: 5px;
			padding: 25px; 
			text-align: left; 
			font-size: smaller; 
			background-color: transparent; 
			color: blue}

/*classes*/
.artpoet		{background-color: black; color: silver}
.art			{background-color: black; color: blue; text-align: left}
.poet		{background-color: #E5E5E5; color: blue}
.blue		{background-color: blue; color: white}
.black		{background-color: black; color:white}
.silver		{background-color: silver; color: black}
.date		{font-size: smaller}
.happy          {background-color: transparent; color: #cc6600; font-weight: bold}
.title		{background-color: transparent; color:green; font-weight: bold}
.titleright	{background-color: transparent; color:green; font-weight: bold; text-align: right}