/* CSS Document */

body	/*{margin: 0px;font-family: Verdana, Arial, sans-serif;color: black;  SCROLLBAR-FACE-COLOR: #FFEDC9;
       SCROLLBAR-HIGHLIGHT-COLOR: #FFEDC9;
       SCROLLBAR-SHADOW-COLOR: #FFEDC9;
       SCROLLBAR-3DLIGHT-COLOR: #9D9D9D;
       SCROLLBAR-ARROW-COLOR: #9D9D9D;
       SCROLLBAR-TRACK-COLOR: #FFEDC9;
       SCROLLBAR-DARKSHADOW-COLOR: #9D9D9D;
       SCROLLBAR-BASE-COLOR: #FFEDC9;}*/
.blogtitle	{font-family: Verdana, Arial, sans-serif;color: white;font-size:36px;margin:2px;}
.links	{font-family: Verdana, Arial, sans-serif;color: black;font-size:10px;}
A.links:hover{color:white;}
A	{font-weight:bold;text-decoration:none;color: #EF8400;font-size:10px;}
A:hover	{color:#A93600;text-decoration:none;}
.date	{font-family: Verdana, Arial, sans-serif;color: #634111;font-size:10px;}
.posts	{font-family: Verdana, Arial, sans-serif;color: #634111;font-size:10px;text-align:justify;}
.byline	{font-family: Verdana, Arial, sans-serif;color: #634111;font-size:10px;}
.title  {font-family: Verdana, Arial, sans-serif;color: #634111;font-size:11px;font-weight: bold;} 

a#button1a {
    display: block;
    width: 33px;
    height: 7px;
    background-image: url(imagens/notas_botao.gif);
    background-position: 0 0;
    margin: 7px auto;
}
#button1a span {
	display: none;
	}
a#button1a:hover {
    background-position: 0 -7px;
}
a .alt { display: none; }

a#button2a {
    display: block;
    width: 49px;
    height: 8px;
    background-image: url(imagens/arquivos_botao.gif);
    background-position: 0 0;
    margin: 7px auto;
}
#button2a span {
	display: none;
	}
a#button2a:hover {
    background-position: 0 -8px;
}
a .alt { display: none; }