Просмотр файла css.css

Размер файла: 1.58Kb
body             {
                  background: #fff;
                  color: #0033FF;
                  text-transform: none;
                  text-align: left;
                  font-family: Tahoma, Arial;
                  font-weight: bold;font-size: 13px;
                  margin: 1px auto;
                  padding: 0;
                  max-width: 400px
                  } 
a:link, a:visited {
                   color: #0033FF;
                   text-decoration: none;
				   font-weight: bold
				   }
a:hover           {
                   text-decoration: none;
				   text-shadow: 2px -2px 1px #ccd;
				   color:#0033FF;
				   } 
a:active          {
                   text-decoration: none;
				   color: #0033FF;
				   position : relative;
				   top: 1px;
				   left: 1px}
p                 {
                   text-indent: 6px;
				   }
.h1               {
                   background-color : #999999;
				   color: #00FF00;
				   text-align:center; 
				   }
.h2               {
                   background-color : #0099FF;
				   color:#000000;
				   text-align:center;
				   }
.h3               {
                   background-color: #99FF00; 
				   color:#000000;
				   text-align:center;
				   }
.ramka            {
                   color: #0000CC;
                   background: #fff;
				   border : 2px solid;
				   border-color: #0033FF;
				   text-align: left;
				   padding: 3px;
				   }
.glav             {
                   border-bottom: 1px dashed #55f;
				   }
/*Style by Kadet8
http://wapdiz.ru*/