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

body {
	background-color:#FFC512;
	font-size: medium;	
}

u {
    text-decoration: underline;
}

t {
	font-size: large;
	color: #4F8551;
	font-weight: bold;	
}

#home {
	background: url(Home2.svg);
	
}