﻿@import url(div.css);
@import url(JRK_gallery.css);

body{
	font-family: "Comic Sans MS", Arial, sans-serif;
	font-size: 15px;
	margin: 0;
	padding: 0;
	background-image: url("images/body.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-color: #BE9C68;
	text-align: justify;
	line-height: 150%;
	color: #000000;
}
p{
	margin: 5px;
}
p.title{
	padding: 20px;
	color: #000000;
	font-size: 24px;
	font-weight: bold;
	font-variant: small-caps;
}
p.text{
	text-align: justify;
}
a{
	text-decoration: none;
}


img{
	border-width: 0px;
}
img.mini{
	margin: 0px;
	border: 1px solid #BE9C68;
	height: auto;
	max-width: 100%;
}
img.mini:hover{
	border: 2px solid #7E5C28;
	opacity: 0.8;
}