/**stylesheet for Notes**/

html{
	background-color: darkblue;
}

header {
	color: rgb(255,190,50);
	background-color: darkblue;
	font-family: "palatino linotype","book antiqua", Palatino, serif;
	border-bottom: solid 1px;

}

header li{
	display: inline-block;
	padding-right: 5px;
}

body{
	background-color: white;
	margin-left: 200px;
	margin-right: 200px;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
}

footer{
	border-top: solid 1px;
	margin-bottom: 50px;
	padding-bottom: 25px;
}

footer li{
	display: inline-block;
	padding-right: 5px;
}

h2{
	font-family: "palatino linotype", "book antiqua", Palatino, serif;
}

.inline-block{
	display: inline-block;
}

a{
	text-decoration: none;
	color: rgb(255,190,50);
	font-size: 14pt;
}
a:link {
	text-decoration: none;
	color: rgb(255,190,50);
}
a:visited {
	color: rgb(255,125,30);
}
a:hover {
	color: rgb(255,234,167);
	background: rgb(0,0,0);
}
a:active{
	color: rgb(255,234,167);
	background: rgb(0,0,0);
}
ul{
	list-style: none;
}
p{
	font-size: 13pt;
}
h1{
	font-size: 30pt;
}
h2{
	font-size: 20pt;
}
input{
	margin-bottom: 2px;
}

.message{
	padding-bottom: 50px;
	padding-right: 200px;
}
