
body  {
	font-size: 12px;
        font-family: comic sans ms;
	color: blue;
	text-align: justify;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;

 }


/* Definicja odsyłacza podstawowego*/

A
    {

    text-decoration:none;
    }
A:link
    {
    color:green;
    }
A:visited
    {
    color:green;
    }
A:hover
    {
    color:red;
    font:120%;
    text-decoration: none;
    font-weight: bold;
    }
h1{
    color:green;
    font-size:120%;
}
h2{
    color:red;
    font-size:110%;
}
h3{
    color:purple;
    font-size:100%;
}
h4{
    color:red;
    font-size:100%;
    font-weight: bold;
}
