/*
Created by Tim Booker
External Stylesheet for Yale Hockey Academy Website */


/*headers*/

h1
{
	 padding-top: 4px;
	 color:Silver;
	 font-family:Helvetica,Arial,Sans Serif;
	 font-size: 28pt;
}

h2
{
	 padding-top: 4px;
	 color:Silver;
	 font-family:Helvetica,Arial,Sans Serif;
	 font-size: 12pt;
}

h3{
	 color:Silver;
	 font-family:Helvetica,Arial,Sans Serif;
	 font-size: 10pt;
}

/*table caption*/
caption {
				color:#0c0a6a;
				font-family:Helvetica,Arial,Sans Serif;
				font-size: 12pt; font-weight:bold;
				padding-bottom: 5px;
}

/*standard body	*/			 
body
{
    FONT-SIZE: 12px;
	FONT-FAMILY: Helvetica,Arial,Sans Serif;
    MARGIN: 10px 10px 10px 10px;
}

p.sideheader
{
    COLOR:#FFFFFF;
    FONT-SIZE: 12px;
	FONT-FAMILY: Helvetica,Arial,Sans Serif;
    MARGIN: 2px;
    TEXT-ALIGN: center;
}

img
{
    border: 0;
    padding:0px 0px 0px 0px;
    margin:0px 0px 0px 0px; 
}



/*links*/
a:link
{
        COLOR: #828280;
		TEXT-DECORATION: none;
	    FONT-FAMILY: Helvetica,Arial,Sans Serif;
	
}
a:visited
{
        COLOR: #828280;
		TEXT-DECORATION: none;
		FONT-FAMILY: Helvetica,Arial,Sans Serif;
	
}
a:hover
{
    COLOR: #9ca3a1;
		TEXT-DECORATION: none;
		FONT-FAMILY: Helvetica,Arial,Sans Serif;
	
}
a:active
{
    COLOR: #828280;
		TEXT-DECORATION: none;
		
		FONT-FAMILY: Helvetica,Arial,Sans Serif;

}

a.blue:visited {COLOR: #9ca3a1; }
a.blue:link {COLOR: #9ca3a1; }
a.profile:link {color:#0c0a6a;}
a.profile:visited {color:#0c0a6a;}
a.profile:hover {COLOR: #9ca3a1;  }


/*menu and other text */
.text
{
 font-family:verdana,sans-serif;
 font-size: 8pt;
 color: white;
}




/*push button for forms */
input.button
{
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-top: 1px solid black;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	border-left: 1px solid black;
	text-align: center;
	min-width: 60px;
	background-color: #ffffff;
}

