
body {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 14px;
	color: black;
	background-color: white;
	margin: 20px;
	padding: 0px;
}

h1 {
	font-size: 20px;
	font-weight: bold;
}

h2 {
	font-size: 18px;
	font-weight: bold;
}

/*  font-weight: bold;*/

table {
	font-family: Arial,Helvetica,sans-serif;
	background-color: white;
	text-decoration:none;
	font-weight: normal;
	color: black;
}

#header {
	color: blue;
}

#header table {
	text-align: left; 
	width: 1000px; 
	height: 122px; 
	margin-left: auto; 
	margin-right: auto;
	background-color: #dddddd;
}

#menu ul {
    font-weight: bold;
	float:left;
	width:100%;
	padding:0;
	margin:0;
	list-style-type:none;
}

#menu a {
	float:left;
	width:165px;
	height:12px;
	text-decoration:none;
	color:white;
	padding: 10px 0px; /* 0.5em 2em; */
	background-color:#aa0000;
	border-right:1px solid #aa0000;
	text-align: center;
}

#menu a:hover {
	background-color:#cc0000;
}

#menu li {
	display:inline;
}

#mainStyle table {
    text-indent: 10px;
	text-align: justify;
}

#mainStyle body {
	text-align: justify;
}

.indentList {
    text-indent: -20px;
	margin: 5px 0px 5px 50px;
}

.a {
	color:blue;
	text-decoration:underline;
}

.blogTitle {
    text-indent: 20px;
	font-weight: bold;
	text-align: left;
}

.blogText {
	text-align: left;
}
