/***********************************************/
/*  Maritime Radio Guide                       */
/*  radio.css                                  */    
/***********************************************/

/***********************************************/
/*  HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Georgia, Times New Roman, Times, serif;
	background-color:#333333;
	color: #CCCCCC;
	
	/* set NALD Standard; centers in browsers except IE5/Win */
    margin-left: auto;
    margin-right: auto;
    padding: 2px;     /*IE5*/
    width: 760px;}

a:link, a:visited, a:hover {
	color: #CCCCCC;
	text-decoration: none;
}

a:hover {
    color: #EEEEEE;
	text-decoration: underline;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: Georgia, Times New Roman, Times, serif;
	margin: 0px;
	padding: 0px;
}

h1{font-size: xx-large; color: #CCCCCC;}

h2{font-size: x-large; color: #CCCCCC;}

h3{font-size: large; color: #CCCCCC;}

h4{font-size: medium; color: #CCCCCC;}

h5{font-size: small; color: #CCCCCC;}

.bold {font-weight:bold;}

.center {text-align:center;}

.larger {font-size:larger;}

.small {font-size:x-small; font-weight:bold;}

.space-bottom {margin-bottom: 2em;}

.special-font {font-size: 1.1em;}

.table-cell {width:10%}

.table-width {width:100%;}
