/*-- CSS for My Website -- */
/*--PC Voyage -- */

/*--
body {
	margin:0px;
	padding:0px;

	background: url("bg1.jpg");
	font-family:Arial;
	font-size:10px; }

td {
	margin:0px;
	padding:0px;
	background: url("bg1.jpg");
	font-family:Arial;
	color: #000000;
	font-size:10px; }

/*--'hx' = heading -- */

h2 {font-size:18px}
h3 {font-size:11px}

h1, h2, h3 {
	color:#6f0b25;

	padding:0px;
	margin:0px;}

/*--'middle' starts with 'dot' or 'period' -- */

--*/

.middle     {
	font-family:Arial;
	text-decoration: none;
/*--text-decoration = no line under link -- */
	text-align: center;
        	text-valign: center;
	font-weight: normal;
	font-size: 13pt;
	}

.large       {
	font-family:Arial;
	text-decoration: none;
	text-align: center;
        	text-valign: center;
	font-weight: normal;
	/*--color: #ff0000; (<-- color is RED) --*/
	color: #000000;
	font-size: 15pt;
	}


/*--'a' = anchor tag -- */
a.majBot {
	text-decoration: none;
	text-align: center;
       	text-valign: center;
	font-weight: normal;
	font-size: 12pt;
// display in vertical stack 	display: block;
	display: inline;
	background-color:#0f4a86;
/*--'background' color is before mouse hovers over box--*/
	
	color: #ffffff;
	height: 26px;
	width: 140px;
	border-style: solid;
	border-color: #dddddd #000000 #000000 #dddddd;
	border-width: 2px 2px 2px 2px;
/*--'px' = pixel --*/
	padding: 2px 2px 2px 6px;
}

a.majBot:visited {text-decoration: none;}
a.majBot:hover {
	text-decoration: none;
//	light green-gray color background-color:#a8c0ba;
        	background-color:#95bede;
/*--'background' color is after mouse hovers over box--*/
	color: #800000;
	font-weight: normal;
	border-color: #dddddd #000000 #000000 #dddddd;

}

a.majBotsm {
	text-decoration: none;
	text-align: center;
        	text-valign: center;
	font-weight: bold;
	font-size: 10pt;
	display: inline;
	background-color:#507800;
	
	color: #f0ffa0;
	height: 18px;
	// width: 60px;
	border-style: solid;
	border-color: #eeeeee #000000 #000000 #eeeeee;
	border-width: 1px 2px 2px 1px;
	padding: 2px 2px 2px 6px;
}

a.majBotsm:visited {text-decoration: none;}
a.majBotsm:hover {
	text-decoration: none;
//	light green-gray color background-color:#a8c0ba; grayB8D8D0
        background-color:#a8c0ba;
	color: #800000;
	border-color: #eeeeee #000000 #000000 #eeeeee;

}


