body{
	background : url(pozadi.gif);
	color : Black;
	background-color : White;
	background-attachment : fixed;
}
a{
	color : Blue;
}
a:hover{
	color: Red;
}
h2{
	text-align : center;
}
#ID2 {
	color : Blue;
}
#ID1 {
	text-align: center;
	font: bold 30px;
	letter-spacing: 3px;
}
p{
	text-align : justify;
}
h4{
	text-decoration : underline;
}
h5{
	text-decoration : none;
	font-style : italic;
	font-size : medium;
	font-weight : normal;
	color : Red;
}