﻿body {

	background-color: #000023;

	color: #FFFFFF;

	font-family: sans-serif;
	text-align: center;

}

a:link {

	color: #FFFFFF;

	text-decoration: underline;

}

a:visited {

	text-decoration: underline;

	color: #FFFFFF;

}

a:hover {

	text-decoration: underline;

	color: #FFFFCC;

}

a:active {

	text-decoration: underline;
	color: #FFFFFF;


}

.art-titles {

	color: #FFFFFF;

	font-family: sans-serif;

	margin: 50px;

	text-align: center;

	font-size: 70%;

}

.art	{

	font-family: sans-serif;

	color: #FFFFFF;

	text-align: center;

	margin: 50px;

}

.painting	{

	font-family: sans-serif;

	color: #FFFFFF;

	text-align: justify;

	margin: 50px;

}

.art2	{
	color: #FFFFFF;
	font-family: sans-serif;
	margin: 50px;
	text-align: justify;
	font-size: 80%;
	background-color: #000033;
	padding: 10px;
}

