/* CSS code for the SolydX Help Pages web pages */
/* CSS code for the SolydX Help Pages web pages */
body {
	text-align: center;
	background-color: #aaccee;
	margin-bottom: 400px;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;		
	padding: 0;
	font-family: verdana, arial, sans-serif;
	text-align: center;
		}
div#home {
	width: 100% ; 
	height: 100px;
	border-top: solid 0px #000000; 
	border-left: solid 0px #000000;
	border-right: solid 0px #000000; 
	background-color: #aaccee;
		}	
a:link {
	text-decoration: none;
	color: #0000ff;
	background-color: #ffffff;
		}
a:visited {
	text-decoration: none;
	color: #990066;
	background-color: #ffffff;
		}				
a:hover {
	text-decoration: none;
	color: #ff0000;   
	background-color: #ffffff;
		}
a:active {
	 color: #009900; 
		}		
h1 {
	font-family: 'times new roman', times, serif;
	font-style: italic;
	font-size: 2.5em;
	text-align: center;

		}
p {
	font-family: verdana, arial, sans-serif;
	font-weight: normal;
	text-align: left;
	padding-left: 10px;
	text-align: left;
	line-height: 18px;
	margin-bottom: 0px;
	margin-top: 6px;	
		}
td  {
	border-bottom: solid 0px #ff0000;
	}
td#nav {
	text-align: left;
	font-size: 1em;
	background-color: #aaccee;
		}
.head {
	font-family: 'times new roman', times, serif;
	font-weight: normal;
	font-size:  2em;
	text-align: left;
	margin-bottom:-5px;	
		}
h2, h3	{
font-family: 'Times New Roman', Times, serif; 
}
h2 {
	font-weight: normal;
	font-size:  2em;
	text-align: left;
	margin-bottom:3px;
	margin-top: 8px;
	margin-left: 50px;
}
h3  {
font-size: 1.7em;
}
 li {
text-align: left;
}
#menu {
	width: 9em;
	position: relative;
	top: 0px;
}
#menu ul {
list-style: none;
margin: 0;
padding: 0;
background-color: #aaccee;
}
#menu li {
padding-top: .1em;
}
#menu a, #menu h2 {
font: bold 1em arial, helvetica, sans-serif;
display: block;
margin: 0;
padding: 2px 2px;
text-decoration: none;
}
#menu h2 {
color: #ffffff;
background: #0055cc;
text-transform: uppercase;
text-align: center;
}
#menu a:link {
color: #000000;
background-color: #aaccee;
text-decoration: none;
}
#menu a:visited {
	color: #330000;
	background-color: #aaccee;
	text-decoration: none;	
 }
#menu a:hover {
color: #ffffff;  
background-color: #0055cc;;
}
#menu a:active {
	 color: #ff0000; 
	 text-decoration: none;
}
img {
	border: solid 1px #000000;
}



