body,h1,h2,h3,p,quote,small,ul,li,ol,label{
	/* The reset rules */
	margin:0px;
	padding:0px;
}

body{
	/* color:#555555; */
        color:#000000;
	font-size:13px;
	background: #FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	width: 100%;
}

h1{
	font-size:20px;
	font-weight:bold;
	font-family:"Trebuchet MS",Arial, Helvetica, sans-serif;
	letter-spacing:1px;
}

h2,form,input{
	font-family:"Arial Narrow",Arial,Helvetica,sans-serif;
	font-size:10px;
	font-weight:normal;
	letter-spacing:1px;
	padding-left:2px;
	white-space:nowrap;
	margin-top:4px;
	/* color:#888888; */
        color:#000000;
}

h3{
	font-family:"Arial Narrow",Arial,Helvetica,sans-serif;
	font-size:10px;
	font-weight:normal;
	letter-spacing:1px;
	padding-left:2px;
	white-space:nowrap;
	margin-top:0px;
        text-align: right;
	/* color:#888888; */
        color:#000000; 
}        
h4{
	font-family:"Arial Narrow",Arial,Helvetica,sans-serif;
	font-size:14px;
	font-weight:normal;
	letter-spacing:1px;
	padding-left:2px;
	white-space:nowrap;
	margin-top:0px;
        text-align: left;
	/* color:#888888; */
        color:#000000;
}
#main p{
	padding-bottom:8px;
}

.clear{
	clear:both;
}

#main{
	width:830px;
	/* Centering it in the middle of the page */
	margin:60px auto;
}

.container{
	margin-top:20px;
	
	background:#E0E0E0;
	border:3px solid #101010;
	padding:15px;
	
	/* Rounded corners */
	-moz-border-radius:20px;
	-khtml-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius:20px;
}

.err{
	color:red;
}

th {
    background-color: #4CAF50;
    color: white;
}
tr:nth-child(even) {background-color: #f2f2f2}

th, td {
    border-bottom: 1px solid #ddd;
}

.success{
	color:#00CC00;
}

a, a:visited {
	color:#00BBFF;
	text-decoration:none;
	outline:none;
}

a:hover{
	text-decoration:underline;
}

.app-info{
	text-align:center;
	padding:10px;
}

.btn {
  cursor: pointer;
  border: none;
  background: none;
  background-color: transparent;
}
input[type="submit"].btn:hover {
  color: red;
}

.link-button {
  background: none;
  border: none;
  color: blue;
  text-decoration: underline;
  cursor: pointer;
  font-size: 1em;
  font-family: serif;
}
.link-button:focus {
  outline: none;
}
.link-button:active {
  color:red;
}