﻿/*
   New Perspectives on HTML and CSS
   Tutorial 3
   Case Problem 2

   Mountain Wheels Text and Color Style
   Author: Shawn Grycki
   Date: 6/11/16

   Filename:         mw_layout.css
   Supporting Files: none
*/

body {
	font-family: Tahoma, Geneva, sans-serif;
}

#articleheader {
	font-size: 18px;
	font-weight: normal;
	letter-spacing: 7px;
	text-align: center;
}