﻿/* This StyleSheet contains custom styles for this project */

.Highlight {
	background-color: yellow
}

.LargeFont {
	font-size: xx-large;
}

.Indented {
	margin-left: 16px;
}