/*This css file is for the index at notecannons.
Created June 18th 2006 by Colin McCubbin.
Last amended:       */


body 	{
		font-family:serif;
		font-size:small;
		background-color:#293152;
		text-align:center;
		}
 
body, td, th, h1, h2, h3, h4, h5, h6
		{      
		color: #EFDEBD;

		}

p 		{
		font-size:100%;
		padding-bottom:10px;
		/*width: 80%;*/
		margin:auto;
		}

h1, h2, h3 {
		font-weight:bold;
		}
		
	

h1		{
		font-size:125%;
		}

h2		{
		font-size:125%;
		}
		
h3		{
		font-size:110%;
		}

ul		{
		margin:0;
		padding:0;
		list-style-type:none;
		text-align:center;
		}
		
img 	{
		border:none;
		}
		
div.line hr{ /* take out the troublemaking HR */
		display:none;
		}

div.line { /* DIV that wraps and replaces the HR */
		background: transparent url(hr.gif) no-repeat center center;
		height: 30px;
		}

a:link, a:active, a:visited{
		text-decoration:none;
		color:#EFDEBD;
		background-color: transparent;
		}


a:hover	{ 
		background-color:#999999;
		color:#293152;
		}


