﻿.h1
{
    font-family:tahoma; 
    font-weight: none;
    font-size: 12pt; 
    background:yellow;
    color:black;
    border: 2px solid blue;
    padding: 4px;
	margin-top: 20px;
}
.h1 A:link {color: BLUE; text-decoration: none;}
.h1 A:visited {color: BLUE; text-decoration: none;}
.h1 A:active {color: BLUE; text-decoration: none;}
.h1 A:hover {color: black; text-decoration: underline; background:lime;}

.h2 
{
    font-family: georgia;
    color:white; 
    font-size: 14pt;
    font-weight:normal;
    ext-transform: none;
    letter-spacing: -1px;
    cursor: text;
    background-color:red;
    border-bottom: 3px solid lime;
	
}

.h3
{
    font-family:tahoma; 
    font-weight: none;
    font-size: 12pt; 
    background:transparent;
    color:black;
    border: 2px solid orange;
    padding: 4px;
	margin-top: 20px;
}

.h4 
{
    font-family: georgia;
    color:white; 
    font-size: 14pt;
    font-weight:normal;
    ext-transform: none;
    letter-spacing: -1px;
    cursor: text;
    background-color:green;
    border-bottom: 3px solid lime;
}


.h5 
{
    font-family: Tahoma;
    color:#6C6C6C; 
    font-size: 14pt;
    font-weight: none;
    text-transform: uppercase;
    line-height: 22px;
    cursor: text;
    background-color: white;
    border: 3px solid lime;
	width: 500px;
	margin-top: 20px;
	margin-left: 20px;
	letter-spacing: -1pt;
}

.h6
{
    font-family: georgia;
    font-size: 12pt;
    line-height: 14px;
    background: silver;
    color: #indigo;
    font-weight: none;
	padding: 3px;
    letter-spacing: -1pt;
    text-align:center;
	width: 500px;
	margin-left: 20px;
}

.h6 A:link {color: Green; text-decoration: underline;}
.h6 A:visited {color: Green; text-decoration: underline;}
.h6 A:active {color: Green; text-decoration: underline;}
.h6 A:hover {color: white; text-decoration: underline; background:brown; text-transform: uppercase;}

.h7
{
    font-family:tahoma; 
    font-weight: none;
    font-size: 10pt; 
    background:white;
    color:black;
    border: 3px solid brown;
    padding: 0px; 
	width: 500px;	
	margin-left: 20px;
	padding: 0px 0px 0px 0px
}

.h7 A:link {color: GREEN; text-decoration: none; font-size: 12pt;}
.h7 A:visited {color: GREEN; text-decoration: none; font-size: 12pt;}
.h7 A:active {color: GREEN; text-decoration: none; font-size: 12pt;}
.h7 A:hover {color: white; text-decoration: underline; background:black; font-size: 12pt;}

.h8
{
    font-family: georgia;
    font-size: 12pt;
    line-height: 14px;
    background: orange;
    color:white;
    font-weight: none;
    padding: 3px;
    letter-spacing: -1pt;
    text-align:center;
	width: 500px;
	margin-left: 20px;
}

.h8 A:link {color: black; text-decoration: underline;}
.h8 A:visited {color: black; text-decoration: underline;}
.h8 A:active {color: black; text-decoration: underline;}
.h8 A:hover {color: black; text-decoration: underline; background:lime;}


#right_col
{
	position: absolute;
	top:170px; 
	left:750px; 
	width:200px;
	background-color:transparent;	
}


.h9
{
    font-family:tahoma; 
    font-weight: none;
    font-size: 12pt; 
    background:white;
    color:black;
    border: 2px solid gray;
    padding: 4px;
    height:600px;
	text-align: center;
}

.book_title
{
	font-family:tahoma; 
    font-weight: bold;
    font-size: 12pt; 
    color:black;
    padding: 0px; 
}

.book_info
{
	font-family:tahoma; 
    font-weight: bold;
    font-size: 8pt; 
    color:gray;
    padding: 0px; 
}

.left_link {
	font-family: Arial, Helvetica, sans-serif;
	color: #008000;
	background-image: url('left_link.jpg');
	background-repeat: no-repeat;
	background-attachment: inherit;
	width: 188px;
	height: 30px;
	text-indent: 25px;
	padding: 2px 0px 0px 0px
}

.left_link A:link {color: #008000; text-decoration: none;}
.left_link A:visited {color: #008000; text-decoration: none;}
.left_link A:active {color: #008000; text-decoration: none;}
.left_link A:hover {color: lime; text-decoration: none;}

.left_pic{
	background-image: url('left_pic.png');
	background-repeat: no-repeat;
	background-attachment: inherit;
	width: 200px;
	height: 230px;
}

.copyright 
{
	font-family:Arial; 
    font-weight: none;
    font-size: 8pt; 
    color:black;
	text-align:center;
}

.copyright A:link {color: black; text-decoration: none;}
.copyright A:visited {color: black; text-decoration: none;}
.copyright A:active {color: black; text-decoration: none;}
.copyright A:hover {color: Green; text-decoration: none;}

.event {
	background-image: url('star.jpg');
	background-repeat: no-repeat;
	background-attachment: inherit;
	color: #008000;
	font-size: 12pt;
	color: #008000;
	width: 190px;
	height: 50px;
	padding: 2px 0px 0px 0px
}

.h10
{
	font-family: arial;
    color:black; 
    font-size: 10pt;
    font-weight: none;
    text-transform: none;
    line-height: 14px;
    background-color: yellow;
    border: 1px solid red;
	width: 500px;
	margin-top: 20px;
	margin-left: 20px;
}