﻿body{
	margin: 0 auto;
	height: 80%;
	font-size: 11px;
	color: #abc4dc;
	background: #35414f;
	font-family: 'Courier New', Courier, monospace !important;
}

h1{
	color: #3873ea;
}

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

h3{
	font-size: 11px;
	color: #ff0084;
}

a:link {
	color: #3873ea;
	text-decoration: none
}
a:visited {
	color: #3873ea;
	text-decoration: none
}
a:hover {
	text-decoration: underline; 
	color: #ff0084;
}
a:active {
	color: #ff0084;
	text-decoration: none
}

#content{
	height: 90%;
	width: 50%;
}

.all{
	height: 100%;
	margin: 0 auto;
	margin-left: 30%;
}

.nome{
	margin-top:20px;
}

