body {
background-color: #dedede;
}

p {
font-family: Arial, Helvetica, sans-serif;
font-size:.6em;
color: #888;
letter-spacing: .8em;
margin-top: 50px;
}

.pointer {

cursor: pointer;
}

.menu{
margin-top: 18mm; 
font-weight: normal;
line-height: 3em; 
letter-spacing: .2em;
background-color: white;
direction: rtl;
font-size: 16px;
margin-right: 7mm;
}

a {
	color: #36c;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: red;
}

