/* mbsd.css */
body { color: #000000;
       background-color: #ffffff;
       background-repeat: no-repeat;
       margin: 0px;
       font-family: sans-serif; }

a:link { color: #000000;
         background-color: transparent;
         font-weight: bold;
         text-decoration: none; }
         
a:visited { color: #787878;
            background-color: transparent;
            font-weight: bold;
            text-decoration: none; }
            
a:hover { color: #ffffff;
			 background-color: #b60000;
			 text-decoration: none; }

div.lastline { margin: 1em;
					border-top: 1px solid #000000;
               text-align: right;
               font-style: italic;
               font-weight: bold;
               font-size: 0.8em; }

table.main { border: none;
             border-spacing: 0; }
             
table td { padding: 1px; }

table td.menu	{ padding: 1px;
					  border-top: 1px solid #000000;
                 border-bottom: 1px solid #000000;
                 border-left: 1px solid #000000;
                 border-right: 1px solid #000000;
                 text-align: left;
                 font-size: 0.8em; 
					  text-decoration: none;
					  background-color: transparent; }
					  
table.news		{ padding:1px;
					  border-top: 1px solid #000000;
                 border-bottom: 1px solid #000000;
                 border-left: 1px solid #000000;
                 border-right: 1px solid #000000;
                 text-decoration: none;
                 background-color: transparent; }

table.about		{ padding: 1px;
					  border-top: 1px solid #000000;
                 border-bottom: 1px solid #000000;
                 border-left: 1px solid #000000;
                 border-right: 1px solid #000000;
					  text-decoration: none;
					  background-color: transparent; }
					  
table.links		{ padding: 1px;
					  border-top: 1px solid #000000;
                 border-bottom: 1px solid #000000;
                 border-left: 1px solid #000000;
                 border-right: 1px solid #000000;
					  text-decoration: none;
					  background-color: transparent; }

p.mirrors		{ padding: 1px;
                 text-align: left;
                 font-weight: bold;
					  text-decoration: none;
					  background-color: transparent; }
					  
h1.mirrors		{ padding: 1px;
                 border-bottom: 1px solid #000000;
					  text-decoration: none;
					  background-color: transparent; }
					  
h3.http			{ padding: 1px;
					  border-top: 1px solid #000000;
					  border-bottom: 1px solid #000000;
					  text-decoration: none;
					  background-color: transparent; }
					  
h3.ftp			{ padding: 1px;
					  border-top: 1px solid #000000;
					  border-bottom: 1px solid #000000;
					  text-decoration: none;
					  background-color: transparent; }
					  