@font-face {
	font-family: Leipis;
	src: url("PT_Serif/PTSerif-Regular.ttf");
}

@font-face {
	font-family: Leipis;
	src: url("PT_Serif/PTSerif-Bold.ttf");
	font-weight: bold;
}

@font-face {
	font-family: Leipis;
	src: url("PT_Serif/PTSerif-Italic.ttf");
	font-style: italic;
}

@font-face {
	font-family: Otsikkofontti;
	src:url("Nothing_You_Could_Do/NothingYouCouldDo-Regular.ttf");
}

h1, h2 {
	font-family: Otsikkofontti, sans-serif;
	font-weight: normal;
}

body {
	Font-family: Arial, sans-serif;

	font-family: Leipis, serif;

	background-color: #734A91 ;
	background-image: url("purple.jpg");
}
h1 {
	color: #912BA2;
	font-size:300%;
}



img {
	border:4px solid #912BA2;
	max-width: 100%;
}

img {
	border:0px solid #912BA2;
	max-width: 100%;
}

div {
	max-width: 700px;
	background-color: white;
	margin-left:auto;
	margin-right:auto;
	padding: 20px
}



a:link{
	color:#7A4483;
	text-decoration: none;
}
a:visited{
	color: #9243A0;
}
a:hover{
	text-decoration: underline; 
}
a:active{
	color: #DCABE5;
}

