h1 {
	font-size: 30px;
	text-align: center;
}

h2 {
	font-size: 20px;
	text-align: center;
	font-style: italic;
}

h3 {
	font-size: 24px;
	text-align: center;
}

p {
	margin: 0px;
}

hr {
	margin: 0px;
	padding: 0px;
}

div.divDialog {
	font-size: 12px;
}

input[type=submit]:disabled {
	background-color: #ff0000; 
	border-color: #ff0000; 
	color: #000000; 
}


h1.feed {
	font-size: 30px;
	text-align: left;
}

h2.feed {
	font-size: 20px;
	text-align: center;
	font-style: italic;
}

h3.feed {
	font-size: 16px;
	text-align: center;
}

a.feed {
	text-decoration: none;
	color: #000000;
}
