(setq default-frame-alist
(append
(list '(foreground-color . "black")
; LemonChiffon
'(background-color . "white")
'(border-color . "black")
'(mouse-color . "white")
'(cursor-color . "black")
'(width . 80)
'(height . 63)
'(top . 0)
'(left . 40)
'(font . "private-fontset")
)
default-frame-alist))