﻿body {
    text-align: left;
    background: white;
    color: black;
}
a:link
{   background-color: white;
    border: 0;
	color: blue;
   }
a:visited
{   background-color: white;
    border: 0;
	color: #004040;
   }
a:hover, a:active, a:focus
{      
	border: 0;
	background:white;
    color:  red;
   }
p {
    margin-bottom: 10px;
    line-height: 1.4em;
    font-size: 100%;
}
/* specific divs */
#header { 
border: 0;
top:150px;
left:0px;
width:100%;
margin: 20px;
	}
#chinese {
width: 100%;
float: right;
	padding: 8px;
 }
#characters { 
	float: left;
	padding: 20px;
	}
#pinyin { 
	float: left;
	padding: 20px;
	font-size: 100%;
   	font-family: "arial unicode ms", "lucida sans unicode", 
         sans-serif !important;
  	font-family: serif;
	}

#english { 
width: 100%;
float: left;
	padding: 8px;
	}
#gloss { 
	float: left;
	padding: 8px;
	}
#translation { 
float: left;
	padding: 8px;
	}
#footer { 
width: 100%;
float: left;
	padding: 8px;
	}

span.title {font-size=150%; font-weight: bold; }
span.poet {  font-size=125%; font-weight: bold; }
span.reference { font-weight: bold; }
span.chinese { font-style: italic; }

