﻿h1 {
color: #9733f5;
font-size: 20pt;
text-align: right;
font-family: arial;
font-weight: bold;
}

h2 {
color:red;
font-weight: bold;
font-size: 15pt;
font-family: arial;
text-align: right
}

h3 {
color: black;
font-weight: bold;
font-family: arial;
font-size: 13pt
}

p {
	color:black;
	text-align: right;
	font-family: arial;
	text-align: right;
	font-size:12pt;
	font-weight : normal;
	letter-spacing : 0.5px;
	padding-bottom : 2px;
}

.small {
font-size: x-small
}

.big {
font-size: big
}

.center {
text-align: center
}

a:link {color: blue;
font-size:12pt;
font-family: arial;
}
a:visited {color: purple;
font-family : arial;
font-size:12pt}

a.zad:link {
	font-family: arial;
		color: black;
	font-size: 12pt;
}
a.zad:hover {
	color: black;
	font-family: arial;
	font-size: 12pt
}
a.zad:visited {
	font-family:ariel;
	font-size : 12pt;
	color: black;
}
a.manu:link {
	font-family: arial;
	background-color : #faebd7;
	color : black;
	font-size: 12pt;
}
a.manu:visited {
	font-family:arial;
	color: black;
	font-size: 12pt;
	background-color : #faebd7;
}

a.manu:hover {
	font-family:arial;
	color: black;
	font-size: 12pt;
	background-color : #DEB887;
}

