/* CSS Document */
#nav{
   white-space : nowrap;
   background-color : #003399;
   float : left;
    color : White;
   width : 100%;
   border-style : solid;
   border-color : #0066CC;
   border-width : 2px 0 2px 0;
}
#nav ul{
   padding : 0;
   margin : 0;
   float : right;
}
#nav ul li{
   display : inline;
}
#nav ul li a{
   padding-left : 1em;
   padding-right : 1em;
   background-color : #003399;
   color : White;
   font-weight : bold;
   text-decoration : none;
   float : left;
   border-right-color : #0066CC;
   border-right-style : solid;
   border-right-width : 1px;
}
#nav ul li a:hover{
   background-color : #99CCFF;
   color : #000066;
} .normal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}
.sidebar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.definition {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	border: none #FFFFCC;
	background-color: #FFFFCC;
	background-image: url((URL));
	margin: auto;
}
.def2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #FFFFCC;
}
.example {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #000099;
	background-color: #99CCFF;
	width: auto;
	height: auto;
	right: auto;
	float: none;
}
.solution {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	background-color: #FFCCFF;
	height: auto;
	width: auto;
	border: thin none;
	left: auto;
	top: auto;
	right: auto;
	bottom: auto;
	background-repeat: repeat-y;
	background-position: top;
	white-space: nowrap;
}
.solution {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: italic;
	color: #FF0000;
}
.read {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(../images/books.gif);
	background-repeat: no-repeat;
	background-position: right top;
	word-spacing: 20px;
	height: 40px;
}
.Head1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-weight: bold;
}
.head2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
}
.capions {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
}
.practice {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #000099;
	background-color: #99FFCC;
	width: auto;
	height: auto;
	right: auto;
	float: none;
}
.goal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000066;
}
.dyk {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000066;
}.head3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
}
.quote {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: italic;
	font-weight: lighter;
	color: #333333;
}
.solution_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	color: #666666;
}
authors {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}
author {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.authors {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

