﻿/* style.css - estilo fernanda torre */

body {

font-family: Verdana, sans-serif;
background-color: white;
text-align: center
}


h1 {
font-size: 100%;}


td.title{
font-family: Verdana;
font-size: 90%;
width: 340px;
height: 36px;
background-color: #cccccc;
border: none;
color: white;
line-height: 14px;
text-align:center;
vertical-align: middle; 
}

td.menu{

font-size: 70%;
font-style: oblique;
width: 140px;
height: 30px;
background-color: #cccccc;
color: white;
line-height: 6px;
text-align:center;
vertical-align: middle; 
font-weight: bold;
}

td.menusmall{
font-size: 70%;
font-style: oblique;
width: 100px;
height: 30px;
background-color: #cccccc;
color: white;
line-height: 6px;
text-align:center;
vertical-align: middle; 
font-weight: bold;
}


td.micas {
width:330px;
font-size: 70%;
text-align:left;
background-color: white;
padding: 1em;
border:none;
float:left;
}


td.micazf {
width:330px;
font-size: 70%;
text-align:left;
background-color: white;
padding: 1em;
border:none;
}

h1.name {
font-family: Georgia;
font-size: 150%;
font-style: oblique; }

p.date {
font-family: Georgia;
font-size: 130%;
font-style: oblique; }

div.home{
font-size: 70%;
font-style: oblique;
width: 100px;
height: 30px;
background-color: #cccccc;
color: white;
line-height:30px;
text-align:center;
vertical-align:middle; 
font-weight: bold;
}

div.video{
width: 600px;
text-align:right;
vertical-align:middle; 
font-weight: bold;
}

div.caixa{
width: 940px;
position: relative;
left: 50%;
margin-left: -470px; /* half the width of the div */
}
a.me:link { text-decoration: none; color: white; } /* for unvisited links */
a.me:visited {text-decoration: none; color: white;} /* for visited links */
a.me:active { text-decoration: none; color: white; } /* when link is clicked */
a.me:hover { text-transform: lowercase; color: white; } /* when mouse is over link */

a.work:link { text-decoration: none; color: black; } /* for unvisited links */
a.work:visited {text-decoration: none; color: black;} /* for visited links */
a.work:active { text-decoration: none; color: black; } /* when link is clicked */
a.work:hover { text-transform: lowercase; color: black; } /* when mouse is over link */


a.ge:link {  text-decoration: none; color: none; } /* for unvisited links */
a.ge:visited {  text-decoration: none; color: none;} /* for visited links */
a.ge:active {  text-decoration: none; color: none;} /* when link is clicked */
a.ge:hover {  text-decoration: none; color: none;} /* when mouse is over link */


