Table of Contents

ESM Style Guide

While there is no official style manual for the ESM Department, we have adopted certain conventions to maintain a consistent image for public-facing documents and marketing collateral.

Penn State Mark

Colors

ESM Print

Web

ESM

PSU

Typefaces

Print

Use for department name and headings on printed matter. For web pages, use as a graphic only.

Use for body text of printed matter and as a graphic on web pages.

Web

For font-family list, use tag “font-family: Arial, Helvetica, sans-serif;”

Web Site Markup Language

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>ESM Courses and Curriculum</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link href="/css/esm.css" rel="stylesheet" type="text/css" />
<style type="text/css" media="print">@import '/css/esmprint.css';</style>
</head>