@charset "utf-8";
/* CSS Document */

#maindata {
background-image: url("../backgrounds/old-paper.jpg")!important;
background-size: 100% 100%;
background-repeat: no-repeat;
}


@font-face {
    font-family: Albertsthal-Typewriter;
    src: url(/Fonts/Albertsthal-Typewriter.ttf);
}

h1, table {
	font-family: Albertsthal-Typewriter !important;
	line-height:30px;
}

h1 {
  font-size: 32px;
  padding-bottom: 50px;
}


th, table tr td, p {
  font-size: 18px;
  font-family: Albertsthal-Typewriter !important;
  margin-top:0px;
}


a {
color:black !important;
}

a:hover{
text-decoration: underline;
}

#maindata, #cvdata {
	width:100%;
}

#maindata tr th, #cvdata tr th {
	width:12%;
	text-align:left;
}

#maindata tr th, #maindata tr td, #cvdata tr td, #cvdata tr th{
vertical-align:top;
}

#cvdata tr td, #cvdata tr th{
padding:10px;
}

#maindata, #cvdata {
margin-top:10px;
width: 955px;
padding: 30px;
}

#cv-data {
height:50px;
}

.inicio a {
 color:white !important;
 font-family:arial;
 text-decoration:none;
}

.inicio p {
 color:white;
 margin-top:0px;
 margin-left: 15px;
 font-family:arial !important;
}

.desenvolvimento {
 font-family:arial !important;
 color: #003;
 font-size: 20px;
}

.botoes {width: 955px; text-align: right;}
.botoes tbody {float: right;}

