/* default style sheet for Tesla Owner pages */

BODY {background: #000000; color: #e0e0e0; font-family: sans-serif; }

A:link		{ color: white; font-weight: bold; text-decoration: none; }
A:visited	{ color: white; font-weight: bold; text-decoration: none; }
A:hover		{ text-decoration: underline; }

/* keep content to 40 characters wide to make reading text easier */
.pagewidth	{ width: 40em; }

.map		{ width: 40em; height: 25em; margin-top: 0.5em }

/* HR to match page look */
HR { border: 1px solid gray; margin-top: 0.25em; margin-bottom:0.25em }

