@media screen {

	* {
		font-family:sans-serif;
	}
	
	body {
		background-color:#ffaadd;
	}
	
	p {
		font-family:serif;
	}

}
