/*
** Goodlight Books Cascade Style Sheet
** Web Design by Daniel Thomas
++ At Larry Goodlight request
`` Alajuela XXIst century begin
*/
body {
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
	margin-bottom: 0;   	     	
	scrollbar-face-color: #0000ff;
	scrollbar-highlight-color: #00008b;
	scrollbar-shadow-color: #f0ffff;
	scrollbar-3dlight-color: #0000ff;
	scrollbar-arrow-color: #ffff00;
	scrollbar-track-color: #00ffff;
	scrollbar-darkshadow-color: #00008b;
	color: #ffffff;
	background-color: navy;
	font-family: verdana, arial, sans-serif;
}

.goodlightText
{
font-family:     verdana, arial, sans-serif;
font-size:       14px;
color:           white;
text-decoration: none;
}

.goodlightTitle
{
font-family:     verdana, arial, sans-serif;
font-size:       18px;
color:           yellow;
text-decoration: bold;
}

.goodlightTitleLarge
{
font-family:     verdana, arial, sans-serif;
font-size:       32px;
color:           cyan;
text-decoration: bold;
}

.goodlightTitleExtraLarge
{
font-family:     verdana, arial, sans-serif;
font-size:       48px;
color:           cyan;
text-decoration: bold;
}

.goodlightLink
{
font-family:     verdana, arial, sans-serif;
font-size:       12px;
color:           white;
text-decoration: none;
}

.goodlightLink:hover
{
font-family:     verdana, arial, sans-serif;
font-size:       12px;
color:           yellow;
text-decoration: underline;
}
.goodlightLinkSmall
{
font-family:     verdana, arial, sans-serif;
font-size:       10px;
color:           cyan;
text-decoration: none;
}

.goodlightLinkSmall:hover
{
font-family:     verdana, arial, sans-serif;
font-size:       10px;
color:           yellow;
text-decoration: underline;
}

.goodlightKittyText
{
font-family:     verdana, arial, sans-serif;
font-size:       14px;
color:           navy;
text-decoration: none;
}

.goodlightKittyTitle
{
font-family:     verdana, arial, sans-serif;
font-size:       16px;
color:           navy;
text-decoration: bold;
}