﻿body
{
    font-size: 12pt;
    font-family: 'Comic Sans MS';
    background-position: left top;
    /*background-image: url(sky.jpg);
    background-repeat: no-repeat;*/
    
    /*background-color: #2c0e54;*/
    background-color: #cc99cc;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    margin: 0px;
    padding-top: 0px;
}


a
{
	font-size: 12pt;
	font-family: 'Comic Sans MS';
	text-decoration: none;
	text-underline: none;
	color: Yellow;
}


.postit
{
	list-style: none;
}


.postit li
{
	position: relative;
	float: left;
	background-image: url(star.png);
	background-repeat: no-repeat;
	width: 130px;
	height: 130px;
	display: inline;
	text-align: center;
	vertical-align:top;
}


.postit li img
{
	position: absolute;
	top: 30px;
	left: 25px;
	width: 80px;
	height: 80px;
	border: none;
}

.postit a
{
}

.postit a .preview
{
	display: none;
	position: absolute;
	top: 10px;
	left: 10px;
	width: 110px;
	height: 110px;
	border: none;

}

.postit a:hover .preview
{
	display:block;
	background-image: url(effect3.gif);
	background-repeat: no-repeat;
}

.tema
{
    position: relative;
    top: 110px;
    line-height: 12pt;
    vertical-align: top;
    color: indigo;
}