@charset "UTF-8";
/* CSS Document */

h1{
	color: red;
}

h3{
	color: blue;
}

p{
	font-family: Arial;
	font-size: 24px;
}