body
{
	background-color: gray;
	margin: 0px;
	padding: 0px;
	background-image: url("pildid/gears_2_100X100.png");
	color: black;
	/*geneerilised: serif sans-serif cursive monospace*/
	font-family: verdana;
	 
}


h1
{
    color: rgb(255,255,255);
	font-size: 3em; /*px pt cm*/
	font-family: minukenafont;
	text-shadow: 0px 0px 5px black;
}

table

{
	/*background-color: rgb(200,200,255)*/
	background-color: #96FAFF
}

section
{
	/*kaks värvi järjest, sest osa brausereid ei toeta rgba värve, need näitavad esimest, muud teist*/
	background-color: rgb(250,250,250);
	background-color: rgba(255,255,255,0.5);
	width: 1000px;
	padding: 20px;
	margin-bottom: 20px;
	background-image: url("pildid/top_right.png"),url("pildid/bottom_right.png");
	/*repeat repeat-x repeat-y no-repeat*/
	background-repeat: no-repeat;
	background-position: top right, bottom right;
	background-size: 100px;
	/*raamjooned*/
	border-width: 5px;
	/*solid dotted dashed*/
	border-style: dotted;
	border-color: white;
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
}
nav
{
		background-color: black;
		padding: 10px;
		width: 200px;
		position:fixed;
		right: 10px;
		top: 10px
}

nav li
{
background color: #666666;
}

nav a:hover
{
	color: red;
	
}
.oluline
{
	font-weight: bold
}
.ekraan
{	background-color: #EEEEEEFF;
	width: 600px;
	height: 300px;
	position: relative;
	overflow: hidden;
}
.liikuv
{
	transform: rotate (90deg)
}
@font-face
{
	font-family: minukenafont;
	src: local(Gigi)/*url("GIGI.TTF");
}