a {
		-moz-transition: color 0.2s ease, border-bottom 0.2s ease, background-color 0.2s ease;
		-webkit-transition: color 0.2s ease, border-bottom 0.2s ease, background-color 0.2s ease;
		-ms-transition: color 0.2s ease, border-bottom 0.2s ease, background-color 0.2s ease;
		transition: color 0.2s ease, border-bottom 0.2s ease, background-color 0.2s ease;            
  }
        header a {
		border-bottom: dashed 1px #adff3a;
		color: #adff3a;
		text-decoration: none;
	}
    
    header a:hover {
    	text-decoration: none;
       background-color: #00679e;
		border-bottom: solid 1px #7fd2ff;
	   color: #7fd2ff;
	}
            #maincontent a {
		border-bottom: dashed 1px #80bb2d;
		color: #80bb2d;
		text-decoration: none;
	}
    
    #maincontent a:hover {
    	text-decoration: none;
       background-color: #fffeed;
	   border-bottom: solid 1px #80bb2d;
	   color: #80bb2d;
	}
    h1 {
	   color: #adff3a;
        font-size:24pt;
        font-weight: normal;        
    }
    h2 {
        margin-top: 1em;
        color: #23b1ec;
        font-weight: normal;
        font-size:24pt;
    }
    h3 {
        font-size: 16pt;
        margin-top:1em;
        color: #666;
        font-weight: normal;
    }
    ul {
        list-style-image: url("http://itcourses.eu/images/kropka-r-biala.jpg");
    }
	
	ol {
		font-weight: bold;
	}
    
    header {
        color: #e8f7ff;
        padding-top: 35px;
        padding-bottom:35px;        
        background-color: #00679e;
    }
    
    #maincontent {
        background-color:#fff;
        padding-top: 1px;
        padding-bottom: 20px;
    }
    
#maincontent td, #maincontent th, #maincontent table { border: solid 1px #380100; }
#maincontent td, #maincontent th { padding: 8px; border-spacing: 1px; border: solid 1px #380100; }
