a		{
			color: #aaf ;
		}

a:hover	{
			color: #8a8 ;
		}
		
body	{
			background-color: #000 ;
			color: #cca ;
            font-family: "times new roman" , "times" , "serif" ;
            font-size: 12pt ;
			}

h1			{
				font-size: 1.2em ;
				}
				
h2			{
				font-size: 1em ;
				}

p   {
        margin-top: 5px ;
        margin-bottom: 5px ;
        text-indent: 1em ;
        }
        
.hdr	{
			text-align: center ;
			padding-top: 10px ;
			}
			
hr		{
			height: 5px ;
			color: #fff ;
			background-color: #000 ;
			border: none ;
			}

img.portrait	{
			border: 1px solid #fff;
			}

#nav            {
					padding-top: 2px ;
					padding-bottom: 3px ;
					margin-bottom: 5px ;
                    height: 18px ;
                    font-size: 1em ;
                    font-weight: 700 ;
                    text-transform: uppercase ;
                    text-align: center ;
					background-color: #000;
                    }

#nav ul  {
                    list-style: none;
                    margin-left: -2em ;
                    margin-top: 3px ;
                    }
                    
#nav li     {
                    display: inline ;
                    color: #fff ;
                    padding: 5px 20px 20px 5px;
                }

#nav li  a   {
                    text-decoration: none ;
                    color: #00f ;
               }
               
#nav li a:hover {
                            color: #0f0 ;
                            }
                
                                        
.banner	{
				text-align: center ;
				font-size: 1em ;
				font-weight: 800 ;
				border: 1px solid #fff;
				border-radius: 20px ;
				color: #ffa ;
				padding-top: 7px ;
				padding-bottom: 5px ;
				margin-top: 5px ;
				margin-bottom: 5px ;
				}

.banner a		{
				text-decoration: none ;
				color: #aaf ;
				}

.banner a:hover	{
				text-decoration: none ;
				color: #afa ;
				}

.caption {
				margin-top: 15px ;
				margin-bottom: 10px ;
                font-size: 1em ;
                font-style: italic ;
                border-top: 1px solid #000 ;
                border-bottom: 1px solid #fff ;
                }

.pic	{
			margin-top: 2px ;
			margin-bottom: 2px ;
			}
			
.blog_title {
                    font-size: 1.2em ;
                    font-weight: bold ;
                    }
                    
.blogtxt    {
                    font-size: 1em ;
                    margin-bottom: 15px ;
                border-top: 1px solid #000 ;
                border-bottom: 1px solid #fff ;
                    }

.announce	{
				background-color: white ;
				color: black ;
				padding: 5px ;
				}
.vspace		{
				height: 8px ;
				}

.bigcap		{
				font-size: 2.3em ;
				margin-top: 15px ;
				font-style: italic ;
				}

.title_left	{	font-size: 1.2em ;
				font-weight: bold ;
				text-align: left ;
				}
				
.title_right	{	font-size: 1.2em ;
				font-weight: bold ;
				text-align: right ;
				}
				
.book_right		{	text-align: right ;
				}
												
.book_left		{	text-align: left ;
				}
				
