/* Copyright (C) Vivien Hamilton 2007
 *
 * Cascading style sheet for Vivien Hamilton's website
 */
 
 /* This specifies the default style for the HTML BODY tag - basically the bulk of the site content */
 
body 
{
    background-color: #370000; 
    font-family:'Carolingia','Yataghan';
    font-size: 28pt;
    font-weight:normal;
    color:#c0c0c0;
}

.entrypage
{
	position: relative;
	top: 100px;
	text-align: center;
}

img.titlepic
{
	text-align: center;
	border: none;
}
img.entrypic
{
	/*width: 203px;
	height: 256px;*/
	text-align: center;
    border: 2px solid #d49500;
}
/* This class controls the appearance of image links */
a.entrypic:link img /*, a.entrypic:visited img */
{
    border: 2px solid #d49500;
}
a.entrypic:hover img
{
    border: 2px solid #ff0000;
}
/* This is necessary to overcome a bug in IE6 */
a.entrypic:hover
{
    color: red;
}

/* This is used for the specification of the links */
a.entrymenuitem:link, a.entrymenuitem:visited, a.entrymenuitem:hover
{
    text-decoration: none;
/*    font-family:'Carolingia'; */
    text-align: center;
/*    font-size: 32;*/
    font-weight: bold; 
    color: #d49500;
    width: auto;
    display: block;
	padding: 20px 0px 20px 0px;
    letter-spacing: 5;
    word-spacing: 6;
}
a.entrymenuitem:hover
{  
    color: #ffb000;
}

/* Copyright (C) A Passage To India 2009, 2010 */
